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
zhaoyu6
sglang
Commits
30b26ee9
"...gpu/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "75f5ed4ac1bcb5994f0d5e3e2d34790791e3d6a0"
Unverified
Commit
30b26ee9
authored
Nov 05, 2025
by
Liangsheng Yin
Committed by
GitHub
Nov 05, 2025
Browse files
Add io struct naming check back (#12634)
parent
aa797d01
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
python/sglang/srt/managers/io_struct.py
python/sglang/srt/managers/io_struct.py
+3
-0
test/srt/run_suite.py
test/srt/run_suite.py
+0
-1
No files found.
python/sglang/srt/managers/io_struct.py
View file @
30b26ee9
...
@@ -1517,3 +1517,6 @@ def _check_all_req_types():
...
@@ -1517,3 +1517,6 @@ def _check_all_req_types():
raise
ValueError
(
raise
ValueError
(
f
"
{
name
}
is a subclass of BaseReq but not follow the naming convention."
f
"
{
name
}
is a subclass of BaseReq but not follow the naming convention."
)
)
_check_all_req_types
()
test/srt/run_suite.py
View file @
30b26ee9
...
@@ -108,7 +108,6 @@ suites = {
...
@@ -108,7 +108,6 @@ suites = {
TestFile
(
"test_radix_attention.py"
,
105
),
TestFile
(
"test_radix_attention.py"
,
105
),
TestFile
(
"test_radix_cache_unit.py"
,
5
),
TestFile
(
"test_radix_cache_unit.py"
,
5
),
TestFile
(
"test_reasoning_parser.py"
,
5
),
TestFile
(
"test_reasoning_parser.py"
,
5
),
TestFile
(
"test_regex_constrained.py"
,
64
),
TestFile
(
"test_request_queue_validation.py"
,
30
),
TestFile
(
"test_request_queue_validation.py"
,
30
),
TestFile
(
"test_retract_decode.py"
,
450
),
TestFile
(
"test_retract_decode.py"
,
450
),
TestFile
(
"test_score_api.py"
,
310
),
TestFile
(
"test_score_api.py"
,
310
),
...
...
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