Skip to content

Commit

Permalink
fix typo (#2487)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs authored Dec 15, 2024
1 parent e04d3f2 commit e8dbdf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sgl-kernel/tests/test_trt_reduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ def performance(self, world_size, rank, distributed_init_port):
if rank == 0:
logger.warning(
f"test_size = {sz}, world_size = {world_size}, "
f"vllm time = {elapse_vllm * 1000 / test_loop:.4f}us,"
f"custom time = {elapse_custom * 1000 / test_loop:.4f}us"
f"vllm time = {elapse_vllm * 1000 / test_loop:.4f}ms,"
f"custom time = {elapse_custom * 1000 / test_loop:.4f}ms"
)

self.free_custom_allreduce(group)
Expand Down

0 comments on commit e8dbdf7

Please sign in to comment.