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
c41d2715
Unverified
Commit
c41d2715
authored
Mar 03, 2025
by
Mark McLoughlin
Committed by
GitHub
Mar 03, 2025
Browse files
[V0][Metrics] Remove unimplemented `vllm:tokens_total` (#14134)
Signed-off-by:
Mark McLoughlin
<
markmc@redhat.com
>
parent
91373a0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
vllm/engine/metrics.py
vllm/engine/metrics.py
+0
-4
No files found.
vllm/engine/metrics.py
View file @
c41d2715
...
@@ -115,10 +115,6 @@ class Metrics:
...
@@ -115,10 +115,6 @@ class Metrics:
name
=
"vllm:generation_tokens_total"
,
name
=
"vllm:generation_tokens_total"
,
documentation
=
"Number of generation tokens processed."
,
documentation
=
"Number of generation tokens processed."
,
labelnames
=
labelnames
)
labelnames
=
labelnames
)
self
.
counter_tokens
=
self
.
_counter_cls
(
name
=
"vllm:tokens_total"
,
documentation
=
"Number of prefill plus generation tokens processed."
,
labelnames
=
labelnames
)
buckets
=
[
1
,
8
,
16
,
32
,
64
,
128
,
256
,
512
,
1024
,
2048
,
4096
,
8096
]
buckets
=
[
1
,
8
,
16
,
32
,
64
,
128
,
256
,
512
,
1024
,
2048
,
4096
,
8096
]
if
not
vllm_config
.
model_config
.
enforce_eager
:
if
not
vllm_config
.
model_config
.
enforce_eager
:
buckets
=
vllm_config
.
compilation_config
.
\
buckets
=
vllm_config
.
compilation_config
.
\
...
...
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