runtime error

Exit code: 1. Reason: Worker(args.model_path) File "/home/user/app/app.py", line 59, in __init__ self.glm_model = AutoModel.from_pretrained(model_path, trust_remote_code=True, File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 559, in from_pretrained return model_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File "/home/user/.cache/huggingface/modules/transformers_modules/THUDM/glm-4-voice-9b/352e5a64063448d5e46394753fb65bf1dbab975b/modeling_chatglm.py", line 918, in __init__ self.transformer = ChatGLMModel(config, empty_init=empty_init, device=device) File "/home/user/.cache/huggingface/modules/transformers_modules/THUDM/glm-4-voice-9b/352e5a64063448d5e46394753fb65bf1dbab975b/modeling_chatglm.py", line 831, in __init__ self.embedding = init_method(Embedding, config, **init_kwargs) File "/usr/local/lib/python3.10/site-packages/torch/nn/utils/init.py", line 53, in skip_init return module_cls(*args, **kwargs).to_empty(device=final_device) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1036, in to_empty return self._apply(lambda t: torch.empty_like(t, device=device), recurse=recurse) 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 1036, in <lambda> return self._apply(lambda t: torch.empty_like(t, device=device), recurse=recurse) 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...