Skip to content

SGL Backend#60

Open
shepardxia wants to merge 21 commits intomainfrom
shep-sglang
Open

SGL Backend#60
shepardxia wants to merge 21 commits intomainfrom
shep-sglang

Conversation

@shepardxia
Copy link
Copy Markdown
Contributor

This PR adds the SGLang as one of the inference backend options.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@shepardxia shepardxia requested review from ClementeP, benlebrun, samuki and vicky-xef and removed request for benlebrun January 12, 2026 05:32
pyproject.toml Outdated
"vllm>=0.6.6,<=0.10.0; sys_platform == 'linux'",
"triton>=3.2.0; sys_platform == 'linux'",
]
sgl = [
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there no version requirement for SGL ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest versions are fine, but I didn't test for a lower bound. Could add version requirement later when SGLang has a breaking change.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This actually breaks with the latest version of SGLang, since the call signature of Scheduler now requires dp_rank and moe_dp_rank. I pinned the version to >=0.5.8,<0.5.9 for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants