Does PyTorch support conda-CUDA-nvcc?

Hi, guys!
It has been found that CUDA-nvcc can be installed via conda. But CUDA_HOME could find its path and return None.
So, could you please add support for conda-CUDA-nvcc?

Your answer and guidance will be appreciated!

No, PyTorch does not support nvcc installed via conda. To build PyTorch from source or custom CUDA extensions you would need to install a full CUDA toolkit locally.

1 Like

Thank you very much.