[NPU] Split pyproject npu from pyproject other (#17641)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user