Skip to content

Commit 2a82141

Browse files
lijiachenMag1c.H
authored andcommitted
clean code log print
1 parent 6ab7167 commit 2a82141

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ucm/integration/vllm/uc_connector.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,9 @@ def hash_request_tokens(
607607
# TODO we will fix hole match later
608608
break
609609
logger.info(
610-
f"\nnum_total_blocks: {len(block_hashes)}\n"
611-
f"\nnum_lookup_hits on hbm: {start_position}\n"
612-
f"\nnum_lookup_hits on storage except hbm: {num_lookup_hits}\n"
610+
f"num_total_blocks: {len(block_hashes)}, "
611+
f"num_lookup_hits on hbm: {start_position}, "
612+
f"num_lookup_hits on storage except hbm: {num_lookup_hits}"
613613
)
614614

615615
# Load async when Decode instance need to load

0 commit comments

Comments
 (0)