Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

```