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
bf3e0521
Unverified
Commit
bf3e0521
authored
Feb 12, 2025
by
Jewon Lee
Committed by
GitHub
Feb 11, 2025
Browse files
[Misc] Fix typo at comments at metrics.py (#13024)
parent
ad977635
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/metrics.py
vllm/engine/metrics.py
+1
-1
No files found.
vllm/engine/metrics.py
View file @
bf3e0521
...
...
@@ -237,7 +237,7 @@ class Metrics:
documentation
=
"Count of successfully processed requests."
,
labelnames
=
labelnames
+
[
Metrics
.
labelname_finish_reason
])
# Speculatie decoding stats
# Speculati
v
e decoding stats
self
.
gauge_spec_decode_draft_acceptance_rate
=
self
.
_gauge_cls
(
name
=
"vllm:spec_decode_draft_acceptance_rate"
,
documentation
=
"Speulative token acceptance rate."
,
...
...
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