runtime error

Exit code: 1. Reason: checkpoint_path=/root/.cache/huggingface/hub/models--Lightricks--LTX-2/snapshots/3e2da544631d30cc9df4fdb57e91d74d9f16ae05/ltx-2-19b-dev.safetensors gemma_root=/root/.cache/huggingface/hub/models--unsloth--gemma-3-12b-it-qat-bnb-4bit/snapshots/084c017a3d8cdbf2b7cf0e5a0a1e3eb13a980df7 device=cuda `torch_dtype` is deprecated! Use `dtype` instead! Loading checkpoint shards: 0%| | 0/2 [00:00<?, ?it/s] Loading checkpoint shards: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2/2 [00:00<00:00, 2.23it/s] Traceback (most recent call last): File "/app/app.py", line 172, in <module> text_encoder = model_ledger.text_encoder() File "/app/packages/ltx-pipelines/src/ltx_pipelines/utils/model_ledger.py", line 253, in text_encoder return self.text_encoder_builder.build(device=self._target_device(), dtype=self.dtype).to(self.device).eval() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/packages/ltx-core/src/ltx_core/loader/single_gpu_model_builder.py", line 266, in build model_state_dict = self.load_sd(model_paths, sd_ops=self.model_sd_ops, registry=self.registry, device=device) File "/app/packages/ltx-core/src/ltx_core/loader/single_gpu_model_builder.py", line 248, in load_sd state_dict = self.model_loader.load(paths, sd_ops=sd_ops, device=device) File "/app/packages/ltx-core/src/ltx_core/loader/sft_loader.py", line 63, in load return self.weight_loader.load(path, sd_ops, device) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/app/packages/ltx-core/src/ltx_core/loader/sft_loader.py", line 36, in load value = f.get_tensor(name).to(device=device, non_blocking=True, copy=False) ~~~~~~~~~~~~^^^^^^ File "/usr/local/lib/python3.13/site-packages/torch/cuda/__init__.py", line 412, 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...