Skip to content

Commit 26731a3

Browse files
authored
"Acceptance probability" -> "Acceptance rate"
1 parent 709cdff commit 26731a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/v1/spec_decode/metrics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class SpecDecodingProm:
108108
rate(vllm:spec_decode_num_accepted_tokens_total[$interval]) /
109109
rate(vllm:spec_decode_num_drafts[$interval])
110110
111-
A per-position acceptance probability vector can be computed using
111+
A per-position acceptance rate vector can be computed using
112112
113113
vllm:spec_decode_num_accepted_tokens_per_pos[$interval] /
114114
vllm:spec_decode_num_drafts[$interval]

0 commit comments

Comments
 (0)