Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Cran-May/gguf_example
Cran-May
/
TinySEA
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
TinySEA
/
download_model.py
atwine
Update download_model.py
1bce71d
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
191 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"
)