mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 15:33:51 +08:00
Update AMD apex version (#6739)
This commit is contained in:
2
.github/workflows/amd-mi200.yml
vendored
2
.github/workflows/amd-mi200.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user