Unverified Commit e8dbdf75 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix typo (#2487)

parent e04d3f28
...@@ -236,8 +236,8 @@ class TestCustomAllReduce(unittest.TestCase): ...@@ -236,8 +236,8 @@ class TestCustomAllReduce(unittest.TestCase):
if rank == 0: if rank == 0:
logger.warning( logger.warning(
f"test_size = {sz}, world_size = {world_size}, " f"test_size = {sz}, world_size = {world_size}, "
f"vllm time = {elapse_vllm * 1000 / test_loop:.4f}us," f"vllm time = {elapse_vllm * 1000 / test_loop:.4f}ms,"
f"custom time = {elapse_custom * 1000 / test_loop:.4f}us" f"custom time = {elapse_custom * 1000 / test_loop:.4f}ms"
) )
self.free_custom_allreduce(group) self.free_custom_allreduce(group)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment