CUDA compatibility with PyTorch

We are using Jetson Nano with jetpack version 4.5.1. In this we cannot able to find the pre-installed CUDA which is compatible with PyTorch . when we check the cuda version using “nvcc --version” command , it’s showing
“Error: nvcc command not found .”


image (3)
Please help with necessary steps need to follow ASAP

We need assistance in this issue ASAP

Sorry for the late response.
Is this still an issue to support? Any result can be shared?

Hi,

The binary is located at /usr/local/cuda/bin/nvcc.
Please check it again:

$ /usr/local/cuda/bin/nvcc --version

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.