Diamanta commited on
Commit
d966a7e
·
verified ·
1 Parent(s): b930f74

Update download_model.py

Browse files
Files changed (1) hide show
  1. download_model.py +1 -1
download_model.py CHANGED
@@ -8,7 +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
  )
 
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
  )