runtime error
Exit code: 1. Reason: οΏ½οΏ½βββββββββ| 264M/264M [00:02<00:00, 103MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 13, in <module> streaming_svd = StreamingSVD(load_argv=False) File "/home/user/app/streaming_svd_inference.py", line 65, in __init__ self.__init_models(cli) File "/home/user/app/streaming_svd_inference.py", line 86, in __init_models vfi = i2v_enhance_interface.vfi_init(model.vfi) File "/home/user/app/i2v_enhance/i2v_enhance_interface.py", line 23, in vfi_init vfi.load_model(ckpt_file.as_posix()) File "/home/user/app/i2v_enhance/thirdparty/VFI/Trainer.py", line 47, in load_model self.net.load_state_dict(convert(torch.load(f'{name}'))) File "/usr/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 "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 1172, in _load result = unpickler.load() File "/usr/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 "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 1116, in load_tensor wrap_storage=restore_location(storage, location), File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 217, in default_restore_location result = fn(storage, location) File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 182, in _cuda_deserialize device = validate_cuda_device(location) File "/usr/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...