Skip to content

Fix get_server_args import lint error - #32096

Merged
ispobock merged 1 commit into
mainfrom
fix-qwen3_5-get_server_args-import
Jul 22, 2026
Merged

ispobock merged 1 commit into
mainfrom
fix-qwen3_5-get_server_args-import

Conversation

@ispobock

@ispobock ispobock commented Jul 22, 2026 •

Copy link
Copy Markdown
Collaborator

Motivation

qwen3_5.py:181 calls get_server_args() without importing it (introduced in #24651), which breaks ruff on main (F821 Undefined name 'get_server_args') and would raise NameError at runtime on the aiter all-reduce fusion path. Add it to the existing sglang.srt.runtime_context import block.


CI States

Latest PR Test (Base): ❌ Run #29936091959
Latest PR Test (Extra): ❌ Run #29936089743

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@ispobock
ispobock merged commit 40ac197 into main Jul 22, 2026
96 of 112 checks passed
@ispobock
ispobock deleted the fix-qwen3_5-get_server_args-import branch July 22, 2026 16:09
Zhylkaaa pushed a commit to Zhylkaaa/sglang that referenced this pull request Jul 29, 2026
Atituiset pushed a commit to Atituiset/sglang that referenced this pull request Sep 10, 2026
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.

1 participant