"ppocr/vscode:/vscode.git/clone" did not exist on "1f76f449db25dfc0a1695da487f8e5856935799a"
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):
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)
......
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