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
65d20f7f
Commit
65d20f7f
authored
Aug 30, 2024
by
wangmin6
Browse files
fix error in test_long_context.py::test_batched_rope_kernel
parent
8ec2f591
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/worker/model_runner.py
vllm/worker/model_runner.py
+1
-0
No files found.
vllm/worker/model_runner.py
View file @
65d20f7f
...
...
@@ -830,6 +830,7 @@ class ModelRunner:
multi_modal_data
=
dummy_multi_modal_data
,
)
seqs
.
append
(
seq
)
max_num_batched_tokens
-=
seq_len
for
group_id
in
range
(
max_num_seqs
):
seq_len
=
(
max_num_batched_tokens
//
max_num_seqs
+
...
...
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