runtime error
Exit code: 1. Reason: ā ā 902 ā ā Returns: ā ā 903 ā ā ā Module: self ā ā 904 ā ā """ ā ā ā± 905 ā ā return self._apply(lambda t: t.cuda(device)) ā ā 906 ā ā ā 907 ā def ipu(self: T, device: Optional[Union[int, device]] = None) -> ā ā 908 ā ā r"""Moves all model parameters and buffers to the IPU. ā ā ā ā /usr/local/lib/python3.10/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...