runtime error
Exit code: 1. Reason: 10, 10.61s/it][A Downloading shards: 100%|██████████| 2/2 [00:12<00:00, 5.46s/it][A Downloading shards: 100%|██████████| 2/2 [00:12<00:00, 6.23s/it] Loading checkpoint shards: 0%| | 0/2 [00:00<?, ?it/s][A Loading checkpoint shards: 50%|█████ | 1/2 [00:04<00:04, 4.38s/it][A Loading checkpoint shards: 100%|██████████| 2/2 [00:05<00:00, 2.43s/it][A Loading checkpoint shards: 100%|██████████| 2/2 [00:05<00:00, 2.72s/it] 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 62, in <module> audio_model = whisperx.load_model("tiny", device, compute_type=compute_type, asr_options={'max_new_tokens': 2048, 'clip_timestamps': True, 'hallucination_silence_threshold': 0.25}) File "/usr/local/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 "/usr/local/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 "/usr/local/lib/python3.10/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.10/urllib/request.py", line 525, in open response = meth(req, response) File "/usr/local/lib/python3.10/urllib/request.py", line 634, in http_response response = self.parent.error( File "/usr/local/lib/python3.10/urllib/request.py", line 563, in error return self._call_chain(*args) File "/usr/local/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/usr/local/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...