Unverified Commit 3edf87d2 authored by yitingdc's avatar yitingdc Committed by GitHub
Browse files

[CI/Build] fix doc build warning: Failed to get 'name: description' pair (#25733)


Signed-off-by: default avataryiting.jiang <yiting.jiang@daocloud.io>
parent 392edee3
...@@ -71,8 +71,8 @@ class NgramProposer: ...@@ -71,8 +71,8 @@ class NgramProposer:
Args: Args:
valid_ngram_requests: valid_ngram_requests:
Set of indices of requests that need ngram proposals. Set of indices of requests that need ngram proposals.
num_tokens_no_spec: num_tokens_no_spec:
Numpy array of shape (batch_size,) representing the number Numpy array of shape (batch_size,) representing the number
of tokens without speculative tokens for each request. of tokens without speculative tokens for each request.
token_ids_cpu: token_ids_cpu:
Numpy array of shape (batch_size, max_model_len) Numpy array of shape (batch_size, max_model_len)
......
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