mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-29 08:27:27 +08:00
[Misc] Fix logger format typo (#4396)
This commit is contained in:
parent
8947bc3c15
commit
87f545ba6f
@ -230,8 +230,8 @@ class StatLogger:
|
||||
"Avg prompt throughput: %.1f tokens/s, "
|
||||
"Avg generation throughput: %.1f tokens/s, "
|
||||
"Running: %d reqs, Swapped: %d reqs, "
|
||||
"Pending: %d reqs, GPU KV cache usage: %.1f%, "
|
||||
"CPU KV cache usage: %.1f%",
|
||||
"Pending: %d reqs, GPU KV cache usage: %.1f%%, "
|
||||
"CPU KV cache usage: %.1f%%",
|
||||
prompt_throughput,
|
||||
generation_throughput,
|
||||
stats.num_running,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user