runtime error

Exit code: 1. Reason: | 201M/15.3G [00:40<50:37, 4.98MB/s]  model.safetensors: 48%|████▊ | 7.36G/15.3G [00:55<00:47, 168MB/s] model.safetensors: 89%|████████▊ | 13.6G/15.3G [00:57<00:04, 357MB/s] model.safetensors: 100%|██████████| 15.3G/15.3G [00:58<00:00, 264MB/s] /usr/local/lib/python3.12/site-packages/torch/nn/utils/weight_norm.py:144: FutureWarning: `torch.nn.utils.weight_norm` is deprecated in favor of `torch.nn.utils.parametrizations.weight_norm`. WeightNorm.apply(module, name, dim) Loading weights: 0%| | 0/1351 [00:00<?, ?it/s] Loading weights: 100%|██████████| 1351/1351 [00:00<00:00, 2719.18it/s] Traceback (most recent call last): File "/app/app.py", line 57, in <module> model = AudioDiTModel.from_pretrained(MODEL_ID).to("cuda") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/transformers/modeling_utils.py", line 3572, in to return super().to(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/torch/nn/modules/module.py", line 1371, in to return self._apply(convert) ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/torch/nn/modules/module.py", line 930, in _apply module._apply(fn) File "/usr/local/lib/python3.12/site-packages/torch/nn/modules/module.py", line 930, in _apply module._apply(fn) File "/usr/local/lib/python3.12/site-packages/torch/nn/modules/module.py", line 957, in _apply param_applied = fn(param) ^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/torch/nn/modules/module.py", line 1357, in convert return t.to( ^^^^^ File "/usr/local/lib/python3.12/site-packages/torch/cuda/__init__.py", line 410, in _lazy_init torch._C._cuda_init() RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx

Container logs:

Fetching error logs...