rphrp1985 commited on
Commit
23debf4
1 Parent(s): ec177d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -25,9 +25,10 @@ from airllm import AirLLMLlama2
25
 
26
  MAX_LENGTH = 128
27
  from huggingface_hub import hf_hub_download
 
28
 
29
 
30
- hf_hub_download(
31
  repo_id="CohereForAI/c4ai-command-r-plus-4bit",
32
  # filename="Meta-Llama-3-70B-Instruct-Q3_K_M.gguf",
33
  local_dir = "./models",
 
25
 
26
  MAX_LENGTH = 128
27
  from huggingface_hub import hf_hub_download
28
+ from huggingface_hub import snapshot_download
29
 
30
 
31
+ snapshot_download(
32
  repo_id="CohereForAI/c4ai-command-r-plus-4bit",
33
  # filename="Meta-Llama-3-70B-Instruct-Q3_K_M.gguf",
34
  local_dir = "./models",