runtime error

DRefModel from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model). Some weights of UNetMV2DRefModel were not initialized from the model checkpoint at stabilityai/stable-diffusion-2-1 and are newly initialized: ['camera_embedding.0.weight', 'class_embedding.linear_2.bias', 'camera_embedding.2.weight', 'class_embedding.linear_1.weight', 'class_embedding.linear_2.weight', 'camera_embedding.2.bias', 'class_embedding.linear_1.bias', 'camera_embedding.0.bias'] You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. Traceback (most recent call last): File "/home/user/app/app.py", line 456, in <module> main() File "/usr/local/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) File "/home/user/app/app.py", line 390, in main infer2dapi = Inference2D_API(**OmegaConf.load(args.config)) File "/home/user/app/app.py", line 191, in __init__ pose_guider = PoseGuider(noise_latent_channels=4).to("cuda") File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1173, in to return self._apply(convert) 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 1159, in convert return t.to( 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...