Skip to content

Commit add3edc

Browse files
authored
Fix build number for DLM performance CI and update for JAX 0.7.1
1 parent 120972e commit add3edc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/rocm-perf.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: mi-250
1111
strategy:
1212
matrix:
13-
python-version: ["3.11"]
14-
rocm-version: ["7.1.0"]
13+
python-version: ["3.12"]
14+
rocm-version: ["7.0.2"]
1515

1616
env:
1717
WORKSPACE_DIR: ${{ format(
@@ -60,13 +60,13 @@ jobs:
6060
python3 build/ci_build \
6161
--rocm-version $ROCM_VERSION \
6262
build_dockers \
63-
--filter ubu22
63+
--filter ubu24
6464
6565
- name: Build Docker image for MaxText
6666
run: |
6767
IMAGE=ghcr.io/rocm/maxtext-jax-rocm${ROCM_VERSION//.}
6868
docker build \
69-
--build-arg BASE_IMAGE=jax-ubu22.rocm${ROCM_VERSION//.} \
69+
--build-arg BASE_IMAGE=jax-ubu24.rocm${ROCM_VERSION//.} \
7070
--build-arg MAXTEXT_BRANCH=rv_jax \
7171
-f ci/Dockerfile.maxtext \
7272
-t $IMAGE:nightly \
@@ -91,6 +91,8 @@ jobs:
9191
9292
- name: Run MaxText training and save logs
9393
run: |
94+
docker exec maxtext_container bash -c \
95+
"apt update && apt install -y libdw1"
9496
for config in \
9597
MaxText/configs/models/gpu/llama2_7b_rocm.yml \
9698
MaxText/configs/models/gpu/gemma_2b_rocm.yml \

0 commit comments

Comments
 (0)