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
e7a8341c
Unverified
Commit
e7a8341c
authored
Nov 22, 2024
by
Cyrus Leung
Committed by
GitHub
Nov 21, 2024
Browse files
[Bugfix] Allow token ID-only inputs in Qwen2-Audio (#10536)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
c51e397f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/models/qwen2_audio.py
vllm/model_executor/models/qwen2_audio.py
+1
-1
No files found.
vllm/model_executor/models/qwen2_audio.py
View file @
e7a8341c
...
...
@@ -212,7 +212,7 @@ def input_processor_for_qwen2_audio(
return
token_inputs
(
prompt_token_ids
=
new_input_ids
,
prompt
=
inputs
[
'
prompt
'
]
,
prompt
=
inputs
.
get
(
"
prompt
"
)
,
multi_modal_data
=
multi_modal_data
,
)
...
...
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