[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
View File
@@ -21,6 +21,7 @@ python scripts/release/bump_sglang_version.py 0.5.3rc0
- `docs/platforms/ascend_npu.md`
- `python/pyproject.toml`
- `python/pyproject_other.toml`
- `python/pyproject_npu.toml`
- `python/sglang/version.py`
### `bump_kernel_version.py`
+1
View File
@@ -27,6 +27,7 @@ def main():
Path("docs/platforms/ascend_npu.md"),
Path("python/pyproject.toml"),
Path("python/pyproject_other.toml"),
Path("python/pyproject_npu.toml"),
Path("python/pyproject_cpu.toml"),
Path("python/pyproject_xpu.toml"),
Path("python/sglang/version.py"),