[AMD] Cherry-pick aiter commit for mhc_pre fix (#24665)

This commit is contained in:
Thomas Wang
2026-05-07 23:49:39 -07:00
committed by GitHub
parent 55d8223c2b
commit 19afe73e03
+3
View File
@@ -199,11 +199,14 @@ RUN if [ "$BUILD_LLVM" = "1" ]; then \
# Unset setuptools_scm override so AITER gets its own version (AITER_COMMIT), not SGLang's
# (SETUPTOOLS_SCM_PRETEND_VERSION is set later for SGLang nightly builds and would otherwise
# leak into AITER's version when AITER uses setuptools_scm)
# cherry pick b639cb6 commit for aiter_mhc_pre fix, may be removed in next aiter upgrade
ENV SETUPTOOLS_SCM_PRETEND_VERSION=
RUN pip uninstall -y aiter
RUN git clone ${AITER_REPO} \
&& cd aiter \
&& git checkout ${AITER_COMMIT} \
&& git cherry-pick --no-commit b639cb63bcac4672dce33a731fad042a65cb3649 \
&& git submodule update --init --recursive \
&& pip install -r requirements.txt