Duplicated from Cran-May/gguf_example
efa1fe6 cfbae81 efa1fe6 1bce71d
1
2
3
4
5
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")