[CI/NPU] fix multiple NPU CI issue (#16111)

This commit is contained in:
Even Zhou
2025-12-31 21:14:04 +08:00
committed by GitHub
parent 2667c857a7
commit 3b3c5a05c1
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -63,4 +63,4 @@ pip install ./custom_ops-1.0.$DEVICE_TYPE-cp311-cp311-linux_aarch64.whl
### Install SGLang
rm -rf python/pyproject.toml && mv python/pyproject_other.toml python/pyproject.toml
${PIP_INSTALL} -v -e "python[srt_npu]"
${PIP_INSTALL} -v -e "python[dev_npu]"