This commit is contained in:
2026-06-11 15:01:52 +08:00
parent 967ba29ead
commit 798ab1df7c
+1 -1
View File
@@ -150,7 +150,7 @@ RUN set -ex && \
COPY vllm/ /opt/vllm/
RUN set -ex && \
${VENV}/bin/pip install -U \
"setuptools>=77.0.3" setuptools_scm setuptools_rust wheel && \
"setuptools>=77.0.3,<82" setuptools_scm setuptools_rust wheel && \
cd /opt/vllm && \
if [ -f csrc/mamba/mamba_ssm/selective_scan.h ]; then \
sed -i '109,121s/^/\/\/ /' csrc/mamba/mamba_ssm/selective_scan.h && \