Skip to content

Commit 3edf87d

Browse files
authored
[CI/Build] fix doc build warning: Failed to get 'name: description' pair (vllm-project#25733)
Signed-off-by: yiting.jiang <yiting.jiang@daocloud.io>
1 parent 392edee commit 3edf87d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vllm/v1/spec_decode/ngram_proposer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ def batch_propose(
7171
Args:
7272
valid_ngram_requests:
7373
Set of indices of requests that need ngram proposals.
74-
num_tokens_no_spec:
75-
Numpy array of shape (batch_size,) representing the number
74+
num_tokens_no_spec:
75+
Numpy array of shape (batch_size,) representing the number
7676
of tokens without speculative tokens for each request.
7777
token_ids_cpu:
7878
Numpy array of shape (batch_size, max_model_len)

0 commit comments

Comments
 (0)