Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ from huggingface_hub import hf_hub_download
|
|
6 |
#MODEL SETTINGS also for DISPLAY
|
7 |
convHistory = ''
|
8 |
modelfile = hf_hub_download(
|
9 |
-
repo_id=os.environ.get("REPO_ID", "TheBloke/
|
10 |
-
filename=os.environ.get("MODEL_FILE", "
|
11 |
)
|
12 |
|
13 |
#"https://huggingface.co/TheBloke/Starling-LM-7B-alpha-GGUF/blob/main/starling-lm-7b-alpha.Q4_K_M.gguf"
|
|
|
6 |
#MODEL SETTINGS also for DISPLAY
|
7 |
convHistory = ''
|
8 |
modelfile = hf_hub_download(
|
9 |
+
repo_id=os.environ.get("REPO_ID", "TheBloke/Starling-LM-7B-alpha-GGUF"),
|
10 |
+
filename=os.environ.get("MODEL_FILE", "starling-lm-7b-alpha.Q4_K_M.gguf"),
|
11 |
)
|
12 |
|
13 |
#"https://huggingface.co/TheBloke/Starling-LM-7B-alpha-GGUF/blob/main/starling-lm-7b-alpha.Q4_K_M.gguf"
|