You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is happening in WSL, Ubuntu 22.04, CUDA 12.4.0 and cuDNN 9.5.0 are install and found correctly, I think. There doesn't seem to any clear cause of failure, except for below warning:
/home/shitals/miniconda3/envs/nemo/lib/python3.11/site-packages/torch/utils/cpp_extension.py:424: UserWarning: There are no g++ version bounds defined for CUDA version 12.4
warnings.warn(f'There are no {compiler_name} version bounds defined for CUDA version {cuda_str_version}')
It seems that random build jobs are being killed. Could it be that the parallel build process is overwhelming your system resources? Try setting MAX_JOBS=1 in your environment and rebuilding.
Below is happening in WSL, Ubuntu 22.04, CUDA 12.4.0 and cuDNN 9.5.0 are install and found correctly, I think. There doesn't seem to any clear cause of failure, except for below warning:
My gcc version is 11.4.
The full log is in this attachment: te_fail_log.txt
The text was updated successfully, but these errors were encountered: