runtime error
Exit code: 1. Reason: ce=device) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 2905, in to return super().to(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1160, in to return self._apply(convert) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 810, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 810, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 810, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 833, in _apply param_applied = fn(param) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1158, in convert return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) File "/usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 298, 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 The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 6, in <module> from src.minicpm.response import describe_image File "/home/user/app/src/minicpm/response.py", line 20, in <module> model, tokenizer, processor = load_model_tokenizer_and_processor(model_name, device) File "/home/user/app/src/minicpm/model.py", line 63, in load_model_tokenizer_and_processor raise CustomExceptionHandling(e, sys) from e src.exception.CustomExceptionHandling: Error occured in python script name [/home/user/app/src/minicpm/model.py] line number [46] error message[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...