runtime error

Exit code: 1. Reason: | 201M/15.3G [00:29<14:53, 16.9MB/s] model.safetensors: 13%|█▎ | 2.07G/15.3G [01:12<07:29, 29.5MB/s] model.safetensors: 84%|████████▍ | 12.9G/15.3G [01:13<00:09, 251MB/s]  model.safetensors: 100%|██████████| 15.3G/15.3G [01:14<00:00, 206MB/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, 2298.42it/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...