TinySEA / download_model.py
atwine's picture
Create download_model.py
efa1fe6
raw
history blame
255 Bytes
from huggingface_hub import snapshot_download
def download_model()
model_id="atwine/Llama-2-7b-chat-q8-gguf"
snapshot_download(repo_id=model_id, local_dir="Llama-2-7b-chat-q8-gguf",
local_dir_use_symlinks=False, revision="main")