Views
No views yet
mistralai/Mistral-7B-Instruct-v0.3 to use Metappuccino.1from huggingface_hub import snapshot_download
2
3snapshot_download(
4 repo_id="chumphati/MetappuccinoLLModel",
5 local_dir="<OUT_DIR_URL>/MetappuccinoLLModel", #path to the output directory
6 resume_download=True,
7 max_workers=4
8)