Skip to content

Commit ff13c7a

Browse files
authored
Torch version bump to fix tunable ops (#442)
* Advance torch commit to be past pytorch/pytorch#144942 to fix tunable ops * Make sure to use the submodule commit compatible with the main aiter commit
1 parent 5a6afcc commit ff13c7a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile.rocm_base

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ARG RCCL_BRANCH="648a58d"
66
ARG RCCL_REPO="https://github.com/ROCm/rccl"
77
ARG TRITON_BRANCH="e5be006"
88
ARG TRITON_REPO="https://github.com/triton-lang/triton.git"
9-
ARG PYTORCH_BRANCH="3a585126"
10-
ARG PYTORCH_VISION_BRANCH="v0.19.1"
9+
ARG PYTORCH_BRANCH="6c0e7463"
10+
ARG PYTORCH_VISION_BRANCH="v0.21.0"
1111
ARG PYTORCH_REPO="https://github.com/pytorch/pytorch.git"
1212
ARG PYTORCH_VISION_REPO="https://github.com/pytorch/vision.git"
1313
ARG FA_BRANCH="1a7f4dfa"
@@ -126,6 +126,7 @@ RUN --mount=type=bind,from=build_pytorch,src=/app/install/,target=/install \
126126
RUN git clone --recursive ${AITER_REPO}
127127
RUN cd aiter \
128128
&& git checkout ${AITER_BRANCH} \
129+
&& git submodule update --init --recursive \
129130
&& pip install -r requirements.txt \
130131
&& PREBUILD_KERNELS=1 GPU_ARCHS=gfx942 python3 setup.py bdist_wheel --dist-dir=dist
131132
RUN mkdir -p /app/install && cp /app/aiter/dist/*.whl /app/install

0 commit comments

Comments
 (0)