runtime error
Exit code: 1. Reason: ule> initialize_fn() File "/home/user/app/app.py", line 276, in initialize_fn model_worker = ModelWorker(args.model_path, device) File "/home/user/app/app.py", line 161, in __init__ self.glm_model = AutoModel.from_pretrained( 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 55, 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 1207, in to_empty return self._apply( File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 915, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 942, in _apply param_applied = fn(param) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1208, in <lambda> lambda t: torch.empty_like(t, device=device), recurse=recurse File "/usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 372, 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...