If you're compiling for AMD ROCm then first run this command: #Only run this if you're compiling for ROCmpython tools/amd_build/build_amd.py Install PyTorch exportCMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname$(which conda))/../"}python setup.py develop ...
If you're compiling for AMD ROCm then first run this command: # Only run this if you're compiling for ROCm python tools/amd_build/build_amd.py Install PyTorch export CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname $(which conda))/../"} python setup.py develop Aside: If you are using...