Open lucasvanmol opened 1 year ago
This is probably due to huggingface outputs being changed when downloading, there's now a deprecation:
AppData\Roaming\Python\Python312\site-packages\huggingface_hub\file_download.py:1142: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
Shows "model unreachable" when it's loading. However, it does turn into "ready" correctly - but this is confusing when the model is being downloaded, as this takes time.