runtime error
Exit code: 1. Reason: ā ā 746 ā ā Returns: ā ā 747 ā ā ā Module: self ā ā 748 ā ā """ ā ā ā± 749 ā ā return self._apply(lambda t: t.cuda(device)) ā ā 750 ā ā ā 751 ā def ipu(self: T, device: Optional[Union[int, device]] = None) -> ā ā 752 ā ā r"""Moves all model parameters and buffers to the IPU. ā ā ā ā /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...