runtime error

this experimental feature. return torch.load(checkpoint_file, map_location="cpu") Loading checkpoint shards: 14%|β–ˆβ– | 1/7 [00:02<00:17, 2.93s/it] Loading checkpoint shards: 29%|β–ˆβ–ˆβ–Š | 2/7 [00:06<00:15, 3.09s/it] Loading checkpoint shards: 43%|β–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 3/7 [00:09<00:12, 3.06s/it] Loading checkpoint shards: 57%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4/7 [00:12<00:09, 3.13s/it] Loading checkpoint shards: 71%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ– | 5/7 [00:17<00:07, 3.74s/it] Loading checkpoint shards: 86%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 6/7 [00:20<00:03, 3.75s/it] Loading checkpoint shards: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 7/7 [00:22<00:00, 3.05s/it] Loading checkpoint shards: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 7/7 [00:22<00:00, 3.23s/it] Traceback (most recent call last): File "/home/user/app/web_demo.py", line 7, in <module> model = AutoModel.from_pretrained("THUDM/chatglm2-6b", trust_remote_code=True).cuda() File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 916, in cuda return self._apply(lambda t: t.cuda(device)) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 780, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 780, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 780, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 805, in _apply param_applied = fn(param) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 916, in <lambda> return self._apply(lambda t: t.cuda(device)) File "/usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 314, 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...