runtime error
Exit code: 1. Reason: | 0/2 [00:00<?, ?it/s][A Downloading shards: 50%|█████ | 1/2 [00:21<00:21, 21.81s/it][A Downloading shards: 100%|██████████| 2/2 [00:23<00:00, 10.20s/it][A Downloading shards: 100%|██████████| 2/2 [00:23<00:00, 11.94s/it] Loading checkpoint shards: 0%| | 0/2 [00:00<?, ?it/s][A Loading checkpoint shards: 100%|██████████| 2/2 [00:00<00:00, 4.55it/s] No language specified, language will be first be detected for each audio file (increases inference time). Traceback (most recent call last): File "/home/user/app/app.py", line 103, in <module> audio_model = whisperx.load_model("small", "cuda", compute_type="float16") File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/whisperx/asr.py", line 347, in load_model vad_model = load_vad_model(torch.device(device), use_auth_token=None, **default_vad_options) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/whisperx/vad.py", line 29, in load_vad_model with urllib.request.urlopen(VAD_SEGMENTATION_URL) as source, open(model_fp, "wb") as output: File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/urllib/request.py", line 525, in open response = meth(req, response) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/urllib/request.py", line 634, in http_response response = self.parent.error( File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/urllib/request.py", line 563, in error return self._call_chain(*args) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/urllib/request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 301: Moved Permanently
Container logs:
Fetching error logs...