mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-21 12:15:01 +08:00
[Misc] Fix typo at comments at metrics.py (#13024)
This commit is contained in:
parent
ad9776353e
commit
bf3e05215c
@ -237,7 +237,7 @@ class Metrics:
|
|||||||
documentation="Count of successfully processed requests.",
|
documentation="Count of successfully processed requests.",
|
||||||
labelnames=labelnames + [Metrics.labelname_finish_reason])
|
labelnames=labelnames + [Metrics.labelname_finish_reason])
|
||||||
|
|
||||||
# Speculatie decoding stats
|
# Speculative decoding stats
|
||||||
self.gauge_spec_decode_draft_acceptance_rate = self._gauge_cls(
|
self.gauge_spec_decode_draft_acceptance_rate = self._gauge_cls(
|
||||||
name="vllm:spec_decode_draft_acceptance_rate",
|
name="vllm:spec_decode_draft_acceptance_rate",
|
||||||
documentation="Speulative token acceptance rate.",
|
documentation="Speulative token acceptance rate.",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user