Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
87f545ba
Unverified
Commit
87f545ba
authored
Apr 27, 2024
by
Roy
Committed by
GitHub
Apr 27, 2024
Browse files
[Misc] Fix logger format typo (#4396)
parent
8947bc3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/engine/metrics.py
vllm/engine/metrics.py
+2
-2
No files found.
vllm/engine/metrics.py
View file @
87f545ba
...
@@ -230,8 +230,8 @@ class StatLogger:
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment