File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 \
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 \
You can’t perform that action at this time.
0 commit comments