[bugfix] fix qwen3_omni infer#9164
Conversation
There was a problem hiding this comment.
Code Review
This pull request modifies the _get_position_ids method in the Qwen2VLTemplate class to return an empty dictionary during inference. However, the review points out that this change does not affect qwen3_omni as intended because that model overrides the method elsewhere, and the new logic makes subsequent code redundant.
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request updates the documentation by adding a link to the benchmark shell script in both the Chinese and English versions of the Quick-start guide. It also modifies the _get_position_ids method in the Qwen template to return an empty dictionary when not in training mode. I have no feedback to provide as there were no review comments to evaluate.
No description provided.