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

Update download_model.py

Browse files
Files changed (1) hide show
  1. 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/phi-2-GGUF",
11
- filename="phi-2.Q4_K_M.gguf",
 
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