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
7508a3dc
Unverified
Commit
7508a3dc
authored
Jul 16, 2024
by
Thomas Parnell
Committed by
GitHub
Jul 16, 2024
Browse files
[Misc] Fix typos in spec. decode metrics logging. (#6470)
Signed-off-by:
Thomas Parnell
<
tpa@zurich.ibm.com
>
parent
7a3d2a5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vllm/engine/metrics.py
vllm/engine/metrics.py
+3
-3
No files found.
vllm/engine/metrics.py
View file @
7508a3dc
...
...
@@ -325,8 +325,8 @@ class LoggingStatLogger(StatLoggerBase):
f
"System efficiency:
{
metrics
.
system_efficiency
:.
3
f
}
, "
f
"Number of speculative tokens:
{
metrics
.
num_spec_tokens
}
, "
f
"Number of accepted tokens:
{
metrics
.
accepted_tokens
}
, "
f
"Number of draft
tokens
tokens:
{
metrics
.
draft_tokens
}
, "
f
"Number of emitted
tokens
tokens:
{
metrics
.
emitted_tokens
}
."
)
f
"Number of draft tokens:
{
metrics
.
draft_tokens
}
, "
f
"Number of emitted tokens:
{
metrics
.
emitted_tokens
}
."
)
class
PrometheusStatLogger
(
StatLoggerBase
):
...
...
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