ci: switch sglang to prebuilt PyPI wheels (v0.5.11) - #2535
Merged
Conversation
Contributor
Author
|
/ok to test d702b90 |
kajalj22
marked this pull request as draft
May 20, 2026 17:40
kajalj22
force-pushed
the
kajalj/sglang-prebuilt-wheels
branch
from
May 21, 2026 05:13
d702b90 to
a0e27d8
Compare
Contributor
Author
|
/ok to test a0e27d8 |
kajalj22
force-pushed
the
kajalj/sglang-prebuilt-wheels
branch
from
May 22, 2026 18:44
a0e27d8 to
c574c9d
Compare
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
chtruong814
approved these changes
May 27, 2026
Contributor
Author
|
/ok to test b04b711 |
terrykong
approved these changes
May 28, 2026
Contributor
Author
|
/ok to test 03cbabb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
torch==2.11.0, matching our torch pin after the vLLM 0.20.0 upgrade in chore: Upgrade vLLM from 0.17.1 to 0.20.0 #2384 (now merged)Dependency changes (
pyproject.toml)sglang==0.5.11andsglang-kernel==0.4.2as regular PyPI deps[tool.uv.sources]extra-build-variables,no-build-isolation-package, andextra-build-dependencies[[tool.uv.dependency-metadata]]sections for sglang and sglang-kernel (uv reads metadata from PyPI directly)uv.lock—scikit-build-coredropped,easydict/kernelsadded,torchaobumped 0.9.0 → 0.17.0Port fix (
sglang_worker.py)grpc_port = port + 10000and validates<= 65535CI / test changes
SKIP_SGLANG_BUILD=1fromcicd-main.yml— sglang now installs from PyPI, no source compilation to skippython -c "import sglang"guards from test scripts (reverts c45e889) — sglang is always installedRisks / things to verify
transformers==5.6.0but our override forces5.3.0— needs functional testing0.1.32, we override to0.1.33for CVE fixtorchao==0.17.0(up from 0.9.0) — verify no regressionsTest plan
test_sglang_non_divisible_batch_handlingetc.)🤖 Generated with Claude Code