Spaces:
Sleeping
Sleeping
Update download_model.py
Browse files- download_model.py +3 -2
download_model.py
CHANGED
@@ -7,8 +7,9 @@ os.environ["HF_HUB_CACHE"] = "/tmp/huggingface"
|
|
7 |
|
8 |
# Download model into temp-writable location
|
9 |
model_path = hf_hub_download(
|
10 |
-
repo_id="TheBloke/
|
11 |
-
filename="
|
|
|
12 |
cache_dir="/tmp/huggingface"
|
13 |
)
|
14 |
|
|
|
7 |
|
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 |
|