Spaces:
Sleeping
Sleeping
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="
|
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/c4ai-command-r7b-12-2024-GGUF",
|
14 |
+
filename="c4ai-command-r7b-12-2024-Q4_K_M.gguf",
|
15 |
local_dir="./models",
|
16 |
local_dir_use_symlinks=False
|
17 |
)
|