runtime error
Exit code: 1. Reason: fn(*args, **kwargs) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 2301, in model_info hf_raise_for_status(r) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-67a1433e-75d261ca4499d1da2af600a4;20deab9e-01b5-4b0a-9792-8fb8776d1cbe) Repository Not Found for url: https://huggingface.co/api/models/Systran/faster-whisper-small/revision/main. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. Invalid credentials in Authorization header During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 34, in <module> model = WhisperModel(model_size, device="cuda", compute_type="float16") File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/faster_whisper/transcribe.py", line 127, in __init__ model_path = download_model( File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/faster_whisper/utils.py", line 119, in download_model return huggingface_hub.snapshot_download(repo_id, **kwargs) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 220, in snapshot_download raise LocalEntryNotFoundError( huggingface_hub.utils._errors.LocalEntryNotFoundError: Cannot find an appropriate cached snapshot folder for the specified revision on the local disk and outgoing traffic has been disabled. To enable repo look-ups and downloads online, pass 'local_files_only=False' as input.
Container logs:
Fetching error logs...