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
0b225fb7
Unverified
Commit
0b225fb7
authored
Feb 02, 2026
by
Komal Kumar Teru
Committed by
GitHub
Feb 01, 2026
Browse files
[Misc] skip target model mm emb in draft proposal step when draft is text-only (#33437)
Signed-off-by:
kkt-cohere
<
komal@cohere.com
>
parent
46b4a027
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/worker/gpu_model_runner.py
vllm/v1/worker/gpu_model_runner.py
+1
-1
No files found.
vllm/v1/worker/gpu_model_runner.py
View file @
0b225fb7
...
...
@@ -4070,7 +4070,7 @@ class GPUModelRunner(
else
:
target_hidden_states
=
hidden_states
[:
total_num_tokens
]
if
self
.
supports_mm_inputs
:
if
self
.
supports_mm_inputs
and
self
.
drafter
.
supports_mm_inputs
:
mm_embed_inputs
=
self
.
_gather_mm_embeddings
(
scheduler_output
,
shift_computed_tokens
=
1
,
...
...
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