Spaces:
Sleeping
Sleeping
Update chain_setup.py
Browse files- chain_setup.py +2 -2
chain_setup.py
CHANGED
@@ -8,8 +8,8 @@ def load_llm():
|
|
8 |
Downloads the GGUF model for Arabic and loads it via llama-cpp.
|
9 |
"""
|
10 |
model_file = hf_hub_download(
|
11 |
-
repo_id="
|
12 |
-
filename="
|
13 |
local_dir="./models",
|
14 |
local_dir_use_symlinks=False
|
15 |
)
|
|
|
8 |
Downloads the GGUF model for Arabic and loads it via llama-cpp.
|
9 |
"""
|
10 |
model_file = hf_hub_download(
|
11 |
+
repo_id="mobeidat/c4ai-command-r7b-arabic-02-2025-Q4_K_M-GGUF",
|
12 |
+
filename="c4ai-command-r7b-arabic-02-2025-q4_k_m.gguf",
|
13 |
local_dir="./models",
|
14 |
local_dir_use_symlinks=False
|
15 |
)
|