[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
+2 -2
View File
@@ -100,8 +100,8 @@ pip install ./custom_ops-2.0.$DEVICE_TYPE-cp311-cp311-linux_aarch64.whl
# Use the last release branch
git clone https://github.com/sgl-project/sglang.git
cd sglang
mv python/pyproject_other.toml python/pyproject.toml
pip install -e python[srt_npu]
mv python/pyproject_npu.toml python/pyproject.toml
pip install -e python[all_npu]
```
### Method 2: Using Docker Image