runtime error
ā ā 1140 ā ā ā if convert_to_format is not None and t.dim() in (4, 5): ā ā 1141 ā ā ā ā return t.to(device, dtype if t.is_floating_point() or ā ā 1142 ā ā ā ā ā ā ā non_blocking, memory_format=convert_to_fo ā ā ā± 1143 ā ā ā return t.to(device, dtype if t.is_floating_point() or t.i ā ā 1144 ā ā ā ā 1145 ā ā return self._apply(convert) ā ā 1146 ā ā ā ā /home/user/.local/lib/python3.8/site-packages/torch/cuda/__init__.py:247 in ā ā _lazy_init ā ā ā ā 244 ā ā # are found or any other error occurs ā ā 245 ā ā if 'CUDA_MODULE_LOADING' not in os.environ: ā ā 246 ā ā ā os.environ['CUDA_MODULE_LOADING'] = 'LAZY' ā ā ā± 247 ā ā torch._C._cuda_init() ā ā 248 ā ā # Some of the queued calls may reentrantly call _lazy_init(); ā ā 249 ā ā # we need to just return without initializing in that case. ā ā 250 ā ā # However, we must not let any *other* threads in! ā ā°āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāÆ 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...