Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
4299aebd
Unverified
Commit
4299aebd
authored
Oct 10, 2025
by
Yineng Zhang
Committed by
GitHub
Oct 10, 2025
Browse files
chore: update pyproject (#11420)
parent
0babd487
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
+2
-11
python/pyproject_other.toml
python/pyproject_other.toml
+0
-11
scripts/release/bump_sglang_version.py
scripts/release/bump_sglang_version.py
+2
-0
No files found.
python/pyproject_other.toml
View file @
4299aebd
...
...
@@ -82,16 +82,9 @@ srt_hip = [
"wave-lang==3.7.0"
,
]
# https://docs.sglang.ai/platforms/cpu_server.html
srt_cpu
=
["sglang[runtime_common]
", "
intel-openmp
"]
# https://docs.sglang.ai/platforms/ascend_npu.html
srt_npu
=
["sglang[runtime_common]"]
# xpu is not enabled in public vllm and torch whl,
# need to follow https://docs.vllm.ai/en/latest/getting_started/xpu-installation.htmlinstall vllm
srt_xpu
=
["sglang[runtime_common]"]
# For Intel Gaudi(device : hpu) follow the installation guide
# https://docs.vllm.ai/en/latest/getting_started/gaudi-installation.html
srt_hpu
=
["sglang[runtime_common]"]
...
...
@@ -114,16 +107,12 @@ test = [
]
all
=
["sglang[srt]
", "
sglang
[openai]
", "
sglang
[anthropic]
", "
sglang
[torch_memory_saver]
", "
sglang
[decord]"]
all_hip
=
["sglang[srt_hip]
", "
sglang
[openai]
", "
sglang
[anthropic]
", "
sglang
[decord]"]
all_xpu
=
["sglang[srt_xpu]
", "
sglang
[openai]
", "
sglang
[anthropic]
", "
sglang
[decord]"]
all_hpu
=
["sglang[srt_hpu]
", "
sglang
[openai]
", "
sglang
[anthropic]
", "
sglang
[decord]"]
all_cpu
=
["sglang[srt_cpu]
", "
sglang
[openai]
", "
sglang
[anthropic]
", "
sglang
[decord]"]
all_npu
=
["sglang[srt_npu]
", "
sglang
[openai]
", "
sglang
[anthropic]
", "
sglang
[decord]"]
dev
=
["sglang[all]
", "
sglang
[test]"]
dev_hip
=
["sglang[all_hip]
", "
sglang
[test]"]
dev_xpu
=
["sglang[all_xpu]
", "
sglang
[test]"]
dev_hpu
=
["sglang[all_hpu]
", "
sglang
[test]"]
dev_cpu
=
["sglang[all_cpu]
", "
sglang
[test]"]
[project.urls]
"Homepage"
=
"https://github.com/sgl-project/sglang"
...
...
scripts/release/bump_sglang_version.py
View file @
4299aebd
...
...
@@ -27,6 +27,8 @@ def main():
Path
(
"docs/platforms/ascend_npu.md"
),
Path
(
"python/pyproject.toml"
),
Path
(
"python/pyproject_other.toml"
),
Path
(
"python/pyproject_cpu.toml"
),
Path
(
"python/pyproject_xpu.toml"
),
Path
(
"python/sglang/version.py"
),
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment