We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab7167 commit 2a82141Copy full SHA for 2a82141
ucm/integration/vllm/uc_connector.py
@@ -607,9 +607,9 @@ def hash_request_tokens(
607
# TODO we will fix hole match later
608
break
609
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"
+ f"num_total_blocks: {len(block_hashes)}, "
+ f"num_lookup_hits on hbm: {start_position}, "
+ f"num_lookup_hits on storage except hbm: {num_lookup_hits}"
613
)
614
615
# Load async when Decode instance need to load
0 commit comments