[AMD] Upgrade Aiter (#22264)
This commit is contained in:
@@ -27,7 +27,7 @@ ENV BUILD_TRITON="0"
|
||||
ENV BUILD_LLVM="0"
|
||||
ENV BUILD_AITER_ALL="1"
|
||||
ENV BUILD_MOONCAKE="1"
|
||||
ENV AITER_COMMIT_DEFAULT="v0.1.11.post1"
|
||||
ENV AITER_COMMIT_DEFAULT="v0.1.12.post1"
|
||||
|
||||
# ===============================
|
||||
# Base image 942 with rocm720 and args
|
||||
@@ -37,7 +37,7 @@ ENV BUILD_TRITON="1"
|
||||
ENV BUILD_LLVM="0"
|
||||
ENV BUILD_AITER_ALL="1"
|
||||
ENV BUILD_MOONCAKE="1"
|
||||
ENV AITER_COMMIT_DEFAULT="v0.1.11.post1"
|
||||
ENV AITER_COMMIT_DEFAULT="v0.1.12.post1"
|
||||
|
||||
# ===============================
|
||||
# Base image 950 and args
|
||||
@@ -47,7 +47,7 @@ ENV BUILD_TRITON="0"
|
||||
ENV BUILD_LLVM="0"
|
||||
ENV BUILD_AITER_ALL="1"
|
||||
ENV BUILD_MOONCAKE="1"
|
||||
ENV AITER_COMMIT_DEFAULT="v0.1.11.post1"
|
||||
ENV AITER_COMMIT_DEFAULT="v0.1.12.post1"
|
||||
|
||||
# ===============================
|
||||
# Base image 950 with rocm720 and args
|
||||
@@ -57,7 +57,7 @@ ENV BUILD_TRITON="1"
|
||||
ENV BUILD_LLVM="0"
|
||||
ENV BUILD_AITER_ALL="1"
|
||||
ENV BUILD_MOONCAKE="1"
|
||||
ENV AITER_COMMIT_DEFAULT="v0.1.11.post1"
|
||||
ENV AITER_COMMIT_DEFAULT="v0.1.12.post1"
|
||||
|
||||
# ===============================
|
||||
# Chosen arch and args
|
||||
@@ -173,13 +173,12 @@ RUN if [ "$BUILD_LLVM" = "1" ]; then \
|
||||
# (SETUPTOOLS_SCM_PRETEND_VERSION is set later for SGLang nightly builds and would otherwise
|
||||
# leak into AITER's version when AITER uses setuptools_scm)
|
||||
ENV SETUPTOOLS_SCM_PRETEND_VERSION=
|
||||
RUN pip uninstall -y aiter \
|
||||
&& pip install flydsl==0.0.1.dev95158637 \
|
||||
&& pip install psutil pybind11 # Required by AITER setup.py
|
||||
RUN pip uninstall -y aiter
|
||||
RUN git clone ${AITER_REPO} \
|
||||
&& cd aiter \
|
||||
&& git checkout ${AITER_COMMIT} \
|
||||
&& git submodule update --init --recursive
|
||||
&& git submodule update --init --recursive \
|
||||
&& pip install -r requirements.txt
|
||||
|
||||
# Hot patches for AITER in v0.1.10.post3
|
||||
# This is for ROCm 7.2 only, because of the image rebase from vllm
|
||||
|
||||
Reference in New Issue
Block a user