runtime error
β β 984 β β β if convert_to_format is not None and t.dim() in (4, 5): β β 985 β β β β return t.to(device, dtype if t.is_floating_point() or β β 986 β β β β β β β non_blocking, memory_format=convert_to_fo β β β± 987 β β β return t.to(device, dtype if t.is_floating_point() or t.i β β 988 β β β β 989 β β return self._apply(convert) β β 990 β β β β /usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py:229 in β β _lazy_init β β β β 226 β β # are found or any other error occurs β β 227 β β if 'CUDA_MODULE_LOADING' not in os.environ: β β 228 β β β os.environ['CUDA_MODULE_LOADING'] = 'LAZY' β β β± 229 β β torch._C._cuda_init() β β 230 β β # Some of the queued calls may reentrantly call _lazy_init(); β β 231 β β # we need to just return without initializing in that case. β β 232 β β # 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...