Spaces:
Running
Running
Update chain_setup.py
Browse files- chain_setup.py +2 -2
chain_setup.py
CHANGED
|
@@ -10,8 +10,8 @@ def load_llm():
|
|
| 10 |
"""
|
| 11 |
# 1) Download the GGUF model from Hugging Face
|
| 12 |
model_file = hf_hub_download(
|
| 13 |
-
repo_id="bartowski/
|
| 14 |
-
filename="
|
| 15 |
local_dir="./models",
|
| 16 |
local_dir_use_symlinks=False
|
| 17 |
)
|
|
|
|
| 10 |
"""
|
| 11 |
# 1) Download the GGUF model from Hugging Face
|
| 12 |
model_file = hf_hub_download(
|
| 13 |
+
repo_id="bartowski/ALLaM-AI_ALLaM-7B-Instruct-preview-GGUF",
|
| 14 |
+
filename="ALLaM-AI_ALLaM-7B-Instruct-preview-Q4_K_M.gguf",
|
| 15 |
local_dir="./models",
|
| 16 |
local_dir_use_symlinks=False
|
| 17 |
)
|