mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-26 10:17:52 +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 prompt throughput: %.1f tokens/s, "
|
||||||
"Avg generation throughput: %.1f tokens/s, "
|
"Avg generation throughput: %.1f tokens/s, "
|
||||||
"Running: %d reqs, Swapped: %d reqs, "
|
"Running: %d reqs, Swapped: %d reqs, "
|
||||||
"Pending: %d reqs, GPU KV cache usage: %.1f%, "
|
"Pending: %d reqs, GPU KV cache usage: %.1f%%, "
|
||||||
"CPU KV cache usage: %.1f%",
|
"CPU KV cache usage: %.1f%%",
|
||||||
prompt_throughput,
|
prompt_throughput,
|
||||||
generation_throughput,
|
generation_throughput,
|
||||||
stats.num_running,
|
stats.num_running,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user