Skip to content

Commit

Permalink
[Misc] Fix typo at comments at metrics.py (vllm-project#13024)
Browse files Browse the repository at this point in the history
  • Loading branch information
je1lee authored and panf2333 committed Feb 18, 2025
1 parent 56b0f73 commit 9a04677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/engine/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def __init__(self, labelnames: List[str], vllm_config: VllmConfig):
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.",
Expand Down

0 comments on commit 9a04677

Please sign in to comment.