[Misc] Fix logger format typo (#4396)
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user