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
9ea7f1ab
Unverified
Commit
9ea7f1ab
authored
May 24, 2025
by
Aaron Pham
Committed by
GitHub
May 24, 2025
Browse files
fix(regression): clone from reference items (#18662)
Signed-off-by:
Aaron Pham
<
contact@aarnphm.xyz
>
parent
2807271c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/sequence.py
vllm/sequence.py
+1
-1
No files found.
vllm/sequence.py
View file @
9ea7f1ab
...
...
@@ -1494,7 +1494,7 @@ class ParallelSampleSequenceGroup(SequenceGroupBase):
for
i
in
range
(
original_params
.
n
):
request_id_i
=
f
"
{
request_id
}
_parallel_sample_
{
i
}
"
group
.
seq_id_to_index
[
request_id_i
]
=
i
params
=
params
.
clone
()
params
=
original_
params
.
clone
()
params
.
n
=
1
if
params
.
seed
is
not
None
:
params
.
seed
+=
i
...
...
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