atwine commited on
Commit
cfbae81
·
1 Parent(s): 29d77a7

Update download_model.py

Browse files
Files changed (1) hide show
  1. download_model.py +1 -1
download_model.py CHANGED
@@ -1,6 +1,6 @@
1
  from huggingface_hub import snapshot_download
2
 
3
- def download_model()
4
  model_id="atwine/Llama-2-7b-chat-q8-gguf"
5
  snapshot_download(repo_id=model_id, local_dir="Llama-2-7b-chat-q8-gguf",
6
  local_dir_use_symlinks=False, revision="main")
 
1
  from huggingface_hub import snapshot_download
2
 
3
+ def download_model():
4
  model_id="atwine/Llama-2-7b-chat-q8-gguf"
5
  snapshot_download(repo_id=model_id, local_dir="Llama-2-7b-chat-q8-gguf",
6
  local_dir_use_symlinks=False, revision="main")