Created
November 19, 2024 09:58
-
-
Save yuhanz/f7ac7cff74b3f3a46698cd6c420a7ab5 to your computer and use it in GitHub Desktop.
To download modelto disk from hugging face
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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