Skip to content

Commit 4b266b0

Browse files
author
niushengxiao
committed
fix
1 parent 2706480 commit 4b266b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightllm/server/httpserver/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ async def _wait_to_token_package(
606606
f"total_cost_time:{total_cost_time_ms}ms,out_token_counter:{out_token_counter} "
607607
f"mean_per_token_cost_time: {mean_per_token_cost_time_ms}ms "
608608
f"prompt_token_num:{prompt_tokens} "
609-
f"gpu cache hit: {prompt_cache_len > 0}"
609+
f"gpu cache hit: {prompt_cache_len > 0} "
610610
f"prompt_cache_len:{prompt_cache_len} "
611611
f"prompt_cache_ratio:{prompt_cache_ratio} "
612612
f"cpu cache hit: {cpu_prompt_cache_len > 0} "

0 commit comments

Comments
 (0)