Update AMD apex version (#6739)

This commit is contained in:
Logan Adams
2024-11-11 13:26:41 -08:00
committed by GitHub
parent b7e2ff5080
commit b45ca26354

View File

@ -48,8 +48,6 @@ jobs:
- name: Install (ROCm) apex
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