Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jianlins/huggingface_downloader
Download huggingface models with/without credentitals.
https://github.com/jianlins/huggingface_downloader
Last synced: 9 days ago
JSON representation
Download huggingface models with/without credentitals.
- Host: GitHub
- URL: https://github.com/jianlins/huggingface_downloader
- Owner: jianlins
- License: mit
- Created: 2023-10-19T17:49:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T17:57:28.000Z (about 1 year ago)
- Last Synced: 2023-12-15T13:42:46.222Z (11 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# huggingface_downloader
Download huggingface models with/without credentitals.Original snapshot_download function from huggingface_hub often gets trouble when downloading large files. So I write my own, also with progress bar to indicate the download progresses.
To use, install the dependencies and run:
```bash
python download.py```