runtime error

1/8 [00:01<00:11, 1.63s/it] Loading checkpoint shards: 25%|██▌ | 2/8 [00:03<00:12, 2.02s/it] Loading checkpoint shards: 38%|███▊ | 3/8 [00:06<00:12, 2.44s/it] Loading checkpoint shards: 50%|█████ | 4/8 [00:09<00:09, 2.47s/it] Loading checkpoint shards: 62%|██████▎ | 5/8 [00:12<00:08, 2.67s/it] Loading checkpoint shards: 75%|███████▌ | 6/8 [00:14<00:05, 2.61s/it] Loading checkpoint shards: 88%|████████▊ | 7/8 [00:17<00:02, 2.58s/it] Loading checkpoint shards: 100%|██████████| 8/8 [00:19<00:00, 2.54s/it] Loading checkpoint shards: 100%|██████████| 8/8 [00:19<00:00, 2.48s/it] Traceback (most recent call last): File "/home/user/app/app.py", line 21, in <module> model = AutoModelForCausalLM.from_pretrained(model_path, torch_dtype=torch.float16, trust_remote_code=True).cuda() File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 2766, in cuda return super().cuda(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 915, in cuda return self._apply(lambda t: t.cuda(device)) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 779, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 779, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 804, in _apply param_applied = fn(param) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 915, in <lambda> return self._apply(lambda t: t.cuda(device)) File "/usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 293, 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...