Spaces:
Sleeping
Sleeping
suraj
commited on
Commit
•
4f035fe
1
Parent(s):
22969ad
fix f
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from huggingface_hub import hf_hub_download
|
|
8 |
convHistory = ''
|
9 |
modelfile = hf_hub_download(
|
10 |
repo_id=os.environ.get("REPO_ID", "slasiyal/deepseek-coder-7b-instruct_q8_0.gguf"),
|
11 |
-
filename=os.environ.get("MODEL_FILE", "
|
12 |
)
|
13 |
repetitionpenalty = 1.15
|
14 |
contextlength=4096
|
|
|
8 |
convHistory = ''
|
9 |
modelfile = hf_hub_download(
|
10 |
repo_id=os.environ.get("REPO_ID", "slasiyal/deepseek-coder-7b-instruct_q8_0.gguf"),
|
11 |
+
filename=os.environ.get("MODEL_FILE", "deepseek-coder-7b-instruct_q8_0.gguf"),
|
12 |
)
|
13 |
repetitionpenalty = 1.15
|
14 |
contextlength=4096
|