Spaces:
Sleeping
Sleeping
Update download_model.py
Browse files- download_model.py +1 -2
download_model.py
CHANGED
@@ -8,8 +8,7 @@ os.environ["HF_HUB_CACHE"] = "/tmp/huggingface"
|
|
8 |
# Download model into temp-writable location
|
9 |
model_path = hf_hub_download(
|
10 |
repo_id="TheBloke/CodeLlama-7B-Instruct-GGUF",
|
11 |
-
filename="codellama-7b-instruct.Q4_K_M.gguf"
|
12 |
-
",
|
13 |
cache_dir="/tmp/huggingface"
|
14 |
)
|
15 |
|
|
|
8 |
# Download model into temp-writable location
|
9 |
model_path = hf_hub_download(
|
10 |
repo_id="TheBloke/CodeLlama-7B-Instruct-GGUF",
|
11 |
+
filename="codellama-7b-instruct.Q4_K_M.gguf",
|
|
|
12 |
cache_dir="/tmp/huggingface"
|
13 |
)
|
14 |
|