mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 08:25:01 +08:00
fix: fix some args desc (#2487)
This commit is contained in:
parent
5d80a9178b
commit
4df417d059
@ -11,7 +11,6 @@ class Prefix:
|
||||
prefix caching in the future.
|
||||
|
||||
Args:
|
||||
prefix_id: The id of the prefix in the prefix pool.
|
||||
token_ids: The token ids of the prefix.
|
||||
block_size: The block size of the executed model.
|
||||
"""
|
||||
|
||||
@ -229,6 +229,7 @@ class SequenceGroup:
|
||||
seqs: The list of sequences.
|
||||
sampling_params: The sampling parameters used to generate the outputs.
|
||||
arrival_time: The arrival time of the request.
|
||||
prefix: The prefix of the prompt of the sequence group.
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user