Spaces:
Build error
Build error
suraj
commited on
Commit
·
99e53fd
1
Parent(s):
4f035fe
phi3
Browse files
app.py
CHANGED
|
@@ -7,8 +7,8 @@ from huggingface_hub import hf_hub_download
|
|
| 7 |
#MODEL SETTINGS also for DISPLAY
|
| 8 |
convHistory = ''
|
| 9 |
modelfile = hf_hub_download(
|
| 10 |
-
repo_id=os.environ.get("REPO_ID", "
|
| 11 |
-
filename=os.environ.get("MODEL_FILE", "
|
| 12 |
)
|
| 13 |
repetitionpenalty = 1.15
|
| 14 |
contextlength=4096
|
|
|
|
| 7 |
#MODEL SETTINGS also for DISPLAY
|
| 8 |
convHistory = ''
|
| 9 |
modelfile = hf_hub_download(
|
| 10 |
+
repo_id=os.environ.get("REPO_ID", "microsoft/Phi-3-mini-4k-instruct-gguf"),
|
| 11 |
+
filename=os.environ.get("MODEL_FILE", "Phi-3-mini-4k-instruct-q4.gguf"),
|
| 12 |
)
|
| 13 |
repetitionpenalty = 1.15
|
| 14 |
contextlength=4096
|