Skip to content

Commit cdfe72b

Browse files
authored
Rocm 6.4.1 as base (ROCm#571)
* Revert ROCm to 6.3.1 keeping the other library versions updated * Update Dockerfile.rocm_base * Restrict setuptools version * Update Dockerfile.rocm_base * Internal torch 2.7 with cherrypicks and new aiter * Pinned torch commit from release/2.7 interbal branch * Revert triton * Use ROCm-6.4.1, bump aiter, remove rccl build * aiter v1 p1
1 parent 1a254d8 commit cdfe72b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker/Dockerfile.rocm_base

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
ARG BASE_IMAGE=rocm/dev-ubuntu-22.04:6.4-complete
1+
ARG BASE_IMAGE=rocm/dev-ubuntu-22.04:6.4.1-complete
22
ARG HIPBLASLT_BRANCH="aa0bda7b"
33
ARG HIPBLAS_COMMON_BRANCH="9b80ba8e"
44
ARG LEGACY_HIPBLASLT_OPTION=
5-
ARG TRITON_BRANCH="981e987e"
5+
ARG TRITON_BRANCH="e5be006"
66
ARG TRITON_REPO="https://github.com/triton-lang/triton.git"
7-
ARG PYTORCH_BRANCH="295f2ed4"
7+
ARG PYTORCH_BRANCH="f717b2af"
88
ARG PYTORCH_VISION_BRANCH="v0.21.0"
9-
ARG PYTORCH_REPO="https://github.com/pytorch/pytorch.git"
9+
ARG PYTORCH_REPO="https://github.com/ROCm/pytorch.git"
1010
ARG PYTORCH_VISION_REPO="https://github.com/pytorch/vision.git"
1111
ARG FA_BRANCH="1a7f4dfa"
1212
ARG FA_REPO="https://github.com/Dao-AILab/flash-attention.git"
13-
ARG AITER_BRANCH="c1debd8"
13+
ARG AITER_BRANCH="64876494"
1414
ARG AITER_REPO="https://github.com/ROCm/aiter.git"
1515

1616
FROM ${BASE_IMAGE} AS base

0 commit comments

Comments
 (0)