[NPU] Split pyproject npu from pyproject other (#17641)

This commit is contained in:
Makcum888e
2026-01-26 09:45:44 -08:00
committed by GitHub
parent 51d139b867
commit bba6e38ff8
9 changed files with 162 additions and 17 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ RUN (${PIP_INSTALL} pybind11) \
# Install SGLang
RUN git clone https://github.com/sgl-project/sglang --branch $SGLANG_TAG && \
(cd sglang/python && rm -rf pyproject.toml && mv pyproject_other.toml pyproject.toml && ${PIP_INSTALL} -v .[srt_npu]) && \
(cd sglang/python && rm -rf pyproject.toml && mv pyproject_npu.toml pyproject.toml && ${PIP_INSTALL} -v .[all_npu]) && \
rm -rf sglang
# Install Deep-ep