runtime error
8.00k/22.6M [00:00<06:50, 57.6kB/s] dic.tar.gz: 100%|ββββββββββ| 22.6M/22.6M [00:00<00:00, 119MB/s] Extracting tar file /home/user/.local/lib/python3.10/site-packages/pyopenjtalk/dic.tar.gz Traceback (most recent call last): File "/home/user/app/app.py", line 203, in <module> utils.load_checkpoint(model_path, model, None) File "/home/user/app/utils.py", line 20, in load_checkpoint checkpoint_dict = torch.load(checkpoint_path, map_location='cuda') File "/home/user/.local/lib/python3.10/site-packages/torch/serialization.py", line 809, in load return _load(opened_zipfile, map_location, pickle_module, **pickle_load_args) File "/home/user/.local/lib/python3.10/site-packages/torch/serialization.py", line 1172, in _load result = unpickler.load() File "/home/user/.local/lib/python3.10/site-packages/torch/serialization.py", line 1142, in persistent_load typed_storage = load_tensor(dtype, nbytes, key, _maybe_decode_ascii(location)) File "/home/user/.local/lib/python3.10/site-packages/torch/serialization.py", line 1116, in load_tensor wrap_storage=restore_location(storage, location), File "/home/user/.local/lib/python3.10/site-packages/torch/serialization.py", line 1083, in restore_location return default_restore_location(storage, map_location) File "/home/user/.local/lib/python3.10/site-packages/torch/serialization.py", line 217, in default_restore_location result = fn(storage, location) File "/home/user/.local/lib/python3.10/site-packages/torch/serialization.py", line 182, in _cuda_deserialize device = validate_cuda_device(location) File "/home/user/.local/lib/python3.10/site-packages/torch/serialization.py", line 166, in validate_cuda_device raise RuntimeError('Attempting to deserialize object on a CUDA ' 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.
Container logs:
Fetching error logs...