runtime error

0/694M [00:00<?, ?B/s] groundingdino_swint_ogc.pth: 0%| | 1.94M/694M [00:02<13:24, 860kB/s] groundingdino_swint_ogc.pth: 100%|█████████▉| 694M/694M [00:03<00:00, 210MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 65, in <module> model = load_model_hf(config_file, ckpt_repo_id, ckpt_filenmae) File "/home/user/app/app.py", line 43, in load_model_hf checkpoint = torch.load(cache_file, 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...