File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ARG PYTORCH_REPO="https://github.com/pytorch/pytorch.git"
1212ARG PYTORCH_VISION_REPO="https://github.com/pytorch/vision.git"
1313ARG FA_BRANCH="1a7f4dfa"
1414ARG FA_REPO="https://github.com/Dao-AILab/flash-attention.git"
15- ARG AITER_BRANCH="0508c8df "
15+ ARG AITER_BRANCH="9633cab3 "
1616ARG AITER_REPO="https://github.com/ROCm/aiter.git"
1717
1818FROM ${BASE_IMAGE} AS base
@@ -128,7 +128,7 @@ RUN cd aiter \
128128 && git checkout ${AITER_BRANCH} \
129129 && git submodule update --init --recursive \
130130 && pip install -r requirements.txt \
131- && PREBUILD_KERNELS=1 GPU_ARCHS=gfx942 python3 setup.py bdist_wheel --dist-dir=dist
131+ && GPU_ARCHS=gfx942 python3 setup.py bdist_wheel --dist-dir=dist
132132RUN mkdir -p /app/install && cp /app/aiter/dist/*.whl /app/install
133133
134134FROM base AS final
You can’t perform that action at this time.
0 commit comments