Unverified Commit e7a8341c authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

[Bugfix] Allow token ID-only inputs in Qwen2-Audio (#10536)


Signed-off-by: default avatarDarkLight1337 <tlleungac@connect.ust.hk>
parent c51e397f
......@@ -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,
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment