Unverified Commit bf3e0521 authored by Jewon Lee's avatar Jewon Lee Committed by GitHub
Browse files

[Misc] Fix typo at comments at metrics.py (#13024)

parent ad977635
......@@ -237,7 +237,7 @@ class Metrics:
documentation="Count of successfully processed requests.",
labelnames=labelnames + [Metrics.labelname_finish_reason])
# Speculatie decoding stats
# Speculative decoding stats
self.gauge_spec_decode_draft_acceptance_rate = self._gauge_cls(
name="vllm:spec_decode_draft_acceptance_rate",
documentation="Speulative token acceptance rate.",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment