runtime error

Exit code: 1. Reason: te-packages/typeguard/__init__.py", line 1033, in wrapper retval = func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/espnet2/sds/asr/whisper_asr.py", line 43, in __init__ self.s2t = whisper.load_model(tag, device=device) File "/usr/local/lib/python3.10/site-packages/whisper/__init__.py", line 150, in load_model checkpoint = torch.load(fp, map_location=device) File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 1360, in load return _load( File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 1848, in _load result = unpickler.load() File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 1812, in persistent_load typed_storage = load_tensor( File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 1784, in load_tensor wrap_storage=restore_location(storage, location), File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 1685, in restore_location return default_restore_location(storage, map_location) File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 601, in default_restore_location result = fn(storage, location) File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 539, in _deserialize device = _validate_device(location, backend_name) File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 508, in _validate_device raise RuntimeError( RuntimeError: Attempting to deserialize object on a CUDA device but torch.cuda.is_available() is False. If you are running on a CPU-only machine, please use torch.load with map_location=torch.device('cpu') to map your storages to the CPU. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 514, in <module> start_warmup() File "/home/user/app/app.py", line 292, in start_warmup ASR_name = ASR_options[0] IndexError: list index out of range

Container logs:

Fetching error logs...