diff --git a/.github/workflows/amd-mi200.yml b/.github/workflows/amd-mi200.yml index 77f33f744ea8..8c4292d4675c 100644 --- a/.github/workflows/amd-mi200.yml +++ b/.github/workflows/amd-mi200.yml @@ -45,6 +45,7 @@ jobs: run: | git clone https://github.com/ROCmSoftwarePlatform/apex.git cd apex + git checkout torch_2.1_higher CURRENT_VER=$(git rev-parse HEAD) INSTALLED_VER=$(cat /blob/amd-apex/.venv_installed_version) if [[ "$CURRENT_VER" != "$INSTALLED_VER" ]]; then