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

Update download_model.py

Browse files
Files changed (1) hide show
  1. 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