diff --git a/install/install_requirements.sh b/install/install_requirements.sh index cd6c302c2..e525434a3 100755 --- a/install/install_requirements.sh +++ b/install/install_requirements.sh @@ -67,6 +67,9 @@ TUNE_NIGHTLY_VERSION=dev20240928 if [[ -x "$(command -v nvidia-smi)" ]]; then TORCH_NIGHTLY_URL="https://download.pytorch.org/whl/nightly/cu121" +elif [[ -x "$(command -v rocminfo)" ]]; +then + TORCH_NIGHTLY_URL="https://download.pytorch.org/whl/nightly/rocm6.2" else TORCH_NIGHTLY_URL="https://download.pytorch.org/whl/nightly/cpu" fi