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
004f7f19
Unverified
Commit
004f7f19
authored
Aug 15, 2025
by
Philo
Committed by
GitHub
Aug 14, 2025
Browse files
[typo fix] Fix a typo in communicator.py (#9183)
Signed-off-by:
Philo
<
lul16@foxmail.com
>
parent
d2fbf2de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/layers/communicator.py
python/sglang/srt/layers/communicator.py
+1
-1
No files found.
python/sglang/srt/layers/communicator.py
View file @
004f7f19
...
...
@@ -382,7 +382,7 @@ class CommunicateWithAllReduceAndLayerNormFn:
)
raise
NotImplementedError
(
f
"
{
hidden_states_input_mode
=
}
{
residual_input_mode
=
}
{
residual
_output_mode
=
}
{
residual_output_mode
=
}
"
f
"
{
hidden_states_input_mode
=
}
{
residual_input_mode
=
}
{
hidden_states
_output_mode
=
}
{
residual_output_mode
=
}
"
)
@
staticmethod
...
...
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