Skip to content

Commit

Permalink
Update AMD apex version (#6739)
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams authored Nov 11, 2024
1 parent b7e2ff5 commit b45ca26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/amd-mi200.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b45ca26

Please sign in to comment.