runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 71, in <module> model = NetInference() File "/home/user/app/app.py", line 24, in __init__ self.net = MFF_MoE(pretrained=False) File "/home/user/app/network.py", line 405, in __init__ ema = ExponentialMovingAverage(expert.parameters(), decay=0.995) File "/home/user/app/network.py", line 55, in __init__ self.shadow_params = [ File "/home/user/app/network.py", line 56, in <listcomp> p.clone().detach().cuda() File "/usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 314, 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...