runtime error
Exit code: 3. Reason: ls = load_models() File "/code/utils/models.py", line 11, in load_models whisper_processor = WhisperProcessor.from_pretrained(whisper_model_name) File "/usr/local/lib/python3.10/site-packages/transformers/processing_utils.py", line 1306, in from_pretrained args = cls._get_arguments_from_pretrained(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/processing_utils.py", line 1365, in _get_arguments_from_pretrained args.append(attribute_class.from_pretrained(pretrained_model_name_or_path, **kwargs)) File "/usr/local/lib/python3.10/site-packages/transformers/feature_extraction_utils.py", line 379, in from_pretrained feature_extractor_dict, kwargs = cls.get_feature_extractor_dict(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/feature_extraction_utils.py", line 505, in get_feature_extractor_dict resolved_feature_extractor_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 312, in cached_file file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 515, in cached_files raise OSError( OSError: PermissionError at /code/.cache when downloading openai/whisper-base. Check cache directory permissions. Common causes: 1) another user is downloading the same model (please wait); 2) a previous download was canceled and the lock file needs manual removal. [2025-07-20 07:06:03 +0000] [7] [INFO] Worker exiting (pid: 7) [2025-07-20 07:06:06 +0000] [1] [ERROR] Worker (pid:8) exited with code 3 [2025-07-20 07:06:06 +0000] [1] [ERROR] Worker (pid:10) was sent SIGTERM! [2025-07-20 07:06:07 +0000] [1] [ERROR] Worker (pid:7) was sent SIGTERM! [2025-07-20 07:06:07 +0000] [1] [ERROR] Worker (pid:9) was sent SIGTERM! [2025-07-20 07:06:07 +0000] [1] [ERROR] Shutting down: Master [2025-07-20 07:06:07 +0000] [1] [ERROR] Reason: Worker failed to boot.
Container logs:
Fetching error logs...