runtime error
Exit code: 1. Reason: cfm_model.pt: 45%|████▌ | 1.01G/2.22G [00:03<00:03, 316MB/s][A cfm_model.pt: 100%|██████████| 2.22G/2.22G [00:04<00:00, 557MB/s][A cfm_model.pt: 100%|██████████| 2.22G/2.22G [00:04<00:00, 504MB/s] Traceback (most recent call last): File "/app/app.py", line 30, in <module> cfm, tokenizer, muq, vae, eval_model, eval_muq = prepare_model(max_frames=6144, device=device) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/diffrhythm/infer/infer_utils.py", line 213, in prepare_model cfm = cfm.to(device) File "/usr/local/lib/python3.13/site-packages/torch/nn/modules/module.py", line 1343, in to return self._apply(convert) ~~~~~~~~~~~^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/torch/nn/modules/module.py", line 903, in _apply module._apply(fn) ~~~~~~~~~~~~~^^^^ File "/usr/local/lib/python3.13/site-packages/torch/nn/modules/module.py", line 903, in _apply module._apply(fn) ~~~~~~~~~~~~~^^^^ File "/usr/local/lib/python3.13/site-packages/torch/nn/modules/module.py", line 903, in _apply module._apply(fn) ~~~~~~~~~~~~~^^^^ [Previous line repeated 1 more time] File "/usr/local/lib/python3.13/site-packages/torch/nn/modules/module.py", line 930, in _apply param_applied = fn(param) File "/usr/local/lib/python3.13/site-packages/torch/nn/modules/module.py", line 1329, in convert return t.to( ~~~~^ device, ^^^^^^^ dtype if t.is_floating_point() or t.is_complex() else None, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ non_blocking, ^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/torch/cuda/__init__.py", line 319, 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...