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
e8dbdf75
Unverified
Commit
e8dbdf75
authored
Dec 15, 2024
by
Yineng Zhang
Committed by
GitHub
Dec 15, 2024
Browse files
fix typo (#2487)
parent
e04d3f28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sgl-kernel/tests/test_trt_reduce.py
sgl-kernel/tests/test_trt_reduce.py
+2
-2
No files found.
sgl-kernel/tests/test_trt_reduce.py
View file @
e8dbdf75
...
...
@@ -236,8 +236,8 @@ class TestCustomAllReduce(unittest.TestCase):
if
rank
==
0
:
logger
.
warning
(
f
"test_size =
{
sz
}
, world_size =
{
world_size
}
, "
f
"vllm time =
{
elapse_vllm
*
1000
/
test_loop
:.
4
f
}
u
s,"
f
"custom time =
{
elapse_custom
*
1000
/
test_loop
:.
4
f
}
u
s"
f
"vllm time =
{
elapse_vllm
*
1000
/
test_loop
:.
4
f
}
m
s,"
f
"custom time =
{
elapse_custom
*
1000
/
test_loop
:.
4
f
}
m
s"
)
self
.
free_custom_allreduce
(
group
)
...
...
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