Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
4df417d0
Unverified
Commit
4df417d0
authored
Jan 19, 2024
by
zspo
Committed by
GitHub
Jan 18, 2024
Browse files
fix: fix some args desc (#2487)
parent
5d80a917
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
vllm/prefix.py
vllm/prefix.py
+0
-1
vllm/sequence.py
vllm/sequence.py
+1
-0
No files found.
vllm/prefix.py
View file @
4df417d0
...
...
@@ -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.
"""
...
...
vllm/sequence.py
View file @
4df417d0
...
...
@@ -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__
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment