Skip to content

Instantly share code, notes, and snippets.

@yuhanz
Created November 19, 2024 09:58
Show Gist options
  • Select an option

  • Save yuhanz/f7ac7cff74b3f3a46698cd6c420a7ab5 to your computer and use it in GitHub Desktop.

Select an option

Save yuhanz/f7ac7cff74b3f3a46698cd6c420a7ab5 to your computer and use it in GitHub Desktop.
To download modelto disk from hugging face
from huggingface_hub import snapshot_download
# Download the entire repository
repo_path = snapshot_download(repo_id="huggingface/model-repo")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment