Spaces:
Sleeping
Sleeping
xavierbarbier
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -26,9 +26,9 @@ Mistral does not support system prompt symbol (such as ```<<SYS>>```) now, input
|
|
26 |
"""
|
27 |
|
28 |
model_path = "models"
|
29 |
-
model_name = "
|
30 |
|
31 |
-
hf_hub_download(repo_id="
|
32 |
|
33 |
print("Start the model init process")
|
34 |
model = model = GPT4All(model_name, model_path, allow_download = False, device="cpu")
|
|
|
26 |
"""
|
27 |
|
28 |
model_path = "models"
|
29 |
+
model_name = "SmolLM-1.7B-Instruct.Q2_K.gguf"
|
30 |
|
31 |
+
hf_hub_download(repo_id="mradermacher/SmolLM-1.7B-Instruct-GGUF", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)
|
32 |
|
33 |
print("Start the model init process")
|
34 |
model = model = GPT4All(model_name, model_path, allow_download = False, device="cpu")
|