espnet / espnet_model_zoo

ESPnet Model Zoo
Apache License 2.0
243 stars 41 forks source link

Huggingface downloader / cache, offline mode #76

Open bmilde opened 1 year ago

bmilde commented 1 year ago

It would be nice to have an option for the downloader so that it isn't pulling git from huggingface if the model is already downloaded on the disk and cached. Right now, even if the model is cached a query to huggingface is made. Also if there is no internet or no connection to huggingface, there seems to be no timeout and the downloder hangs.

kamo-naoyuki commented 1 year ago

I'll implement it (if i have time)