Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
md-vasim
/
llama-2-gguf
like
0
Sleeping
App
Files
Files
Community
381c14d
llama-2-gguf
/
download_model.py
md-vasim
downloading model manual
e3bfcb3
9 months ago
raw
Copy download link
history
blame
Safe
182 Bytes
from
huggingface_hub
import
hf_hub_download
REPO_ID =
"TheBloke/Llama-2-7B-Chat-GGUF"
FILENAME =
"llama-2-7b-chat.Q5_K_M.gguf"
hf_hub_download(repo_id=REPO_ID, filename=FILENAME)