runtime error
Exit code: 1. Reason: �авантаження повного пакету моделей з Hugging Face Hub... Всі特色 моделі успішно завантажено! load Human Model >>> loading model: warping_spade {'name': 'WarpingSpadeModel', 'predict_type': 'ort', 'model_path': './checkpoints/liveportrait_onnx/warping_spade.onnx'} OnnxRuntime use ['CUDAExecutionProvider', 'CoreMLExecutionProvider', 'CPUExecutionProvider'] 🎯 [MONKEYPATCH] Forcing ./checkpoints/liveportrait_onnx/warping_spade.onnx to run strictly on CPUExecutionProvider! Traceback (most recent call last): File "/app/app.py", line 86, in <module> gradio_pipeline = GradioLivePortraitPipeline(infer_cfg) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/src/pipelines/gradio_live_portrait_pipeline.py", line 37, in __init__ super(GradioLivePortraitPipeline, self).__init__(cfg, **kwargs) File "/app/src/pipelines/faster_live_portrait_pipeline.py", line 28, in __init__ self.init(**kwargs) File "/app/src/pipelines/faster_live_portrait_pipeline.py", line 32, in init self.init_models(**kwargs) File "/app/src/pipelines/faster_live_portrait_pipeline.py", line 72, in init_models self.model_dict[model_name] = getattr(models, self.cfg.models[model_name]["name"])( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/src/models/warping_spade_model.py", line 20, in __init__ super(WarpingSpadeModel, self).__init__(**kwargs) File "/app/src/models/base_model.py", line 14, in __init__ self.device = torch.cuda.current_device() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/torch/cuda/__init__.py", line 778, in current_device _lazy_init() File "/usr/local/lib/python3.12/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...