Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
c82b432d
Unverified
Commit
c82b432d
authored
Nov 29, 2024
by
wang.yuqi
Committed by
GitHub
Nov 29, 2024
Browse files
[Misc] typo find in sampling_metadata.py (#10740)
parent
fa6ecb9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/model_executor/sampling_metadata.py
vllm/model_executor/sampling_metadata.py
+1
-0
No files found.
vllm/model_executor/sampling_metadata.py
View file @
c82b432d
...
...
@@ -454,6 +454,7 @@ class SamplingTensors:
if
do_penalties
:
for
seq_group
in
sampling_metadata
.
seq_groups
:
seq_ids
=
seq_group
.
seq_ids
sampling_params
=
seq_group
.
sampling_params
if
(
seq_group
.
is_prompt
and
sampling_params
.
prompt_logprobs
is
not
None
):
prefill_len
=
len
(
seq_group
.
prompt_logprob_indices
)
...
...
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