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
d20a073b
Unverified
Commit
d20a073b
authored
Jun 19, 2025
by
Chang Su
Committed by
GitHub
Jun 19, 2025
Browse files
Put `_normalize_rid` before other normalization in `io_struct` (#7363)
parent
47367b76
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/managers/io_struct.py
python/sglang/srt/managers/io_struct.py
+1
-1
No files found.
python/sglang/srt/managers/io_struct.py
View file @
d20a073b
...
@@ -226,11 +226,11 @@ class GenerateReqInput:
...
@@ -226,11 +226,11 @@ class GenerateReqInput:
# Expand input based on type
# Expand input based on type
self
.
_expand_inputs
(
num
)
self
.
_expand_inputs
(
num
)
self
.
_normalize_rid
(
num
)
self
.
_normalize_lora_paths
(
num
)
self
.
_normalize_lora_paths
(
num
)
self
.
_normalize_image_data
(
num
)
self
.
_normalize_image_data
(
num
)
self
.
_normalize_audio_data
(
num
)
self
.
_normalize_audio_data
(
num
)
self
.
_normalize_sampling_params
(
num
)
self
.
_normalize_sampling_params
(
num
)
self
.
_normalize_rid
(
num
)
self
.
_normalize_logprob_params
(
num
)
self
.
_normalize_logprob_params
(
num
)
self
.
_normalize_custom_logit_processor
(
num
)
self
.
_normalize_custom_logit_processor
(
num
)
...
...
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