runtime error
Exit code: 1. Reason: py", line 2748, in repo_info return method( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 2533, in model_info hf_raise_for_status(r) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 454, in hf_raise_for_status raise _format(RepositoryNotFoundError, message, response) from e huggingface_hub.errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-69c60789-0837e34c4b87e72716a457c4;cf978670-4312-4b34-8035-20f9dc7c2095) Repository Not Found for url: https://huggingface.co/api/models/suzii/vi-whisper-large-v3-turbo-v1-ct2/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 username or password. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> model = WhisperModel(MODEL_NAME, compute_type=torch_dtype) File "/usr/local/lib/python3.10/site-packages/faster_whisper/transcribe.py", line 641, in __init__ model_path = download_model( File "/usr/local/lib/python3.10/site-packages/faster_whisper/utils.py", line 123, in download_model return huggingface_hub.snapshot_download(repo_id, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 219, in snapshot_download raise LocalEntryNotFoundError( huggingface_hub.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...