Skip to content

CB Bug fix for Qwen3VL Dense and basic cleaning of example script and Model File#924

Closed
qcdipankar wants to merge 1 commit into
release/v1.21.6from
qwen3vl_bug_fix
Closed

CB Bug fix for Qwen3VL Dense and basic cleaning of example script and Model File#924
qcdipankar wants to merge 1 commit into
release/v1.21.6from
qwen3vl_bug_fix

Conversation

@qcdipankar
Copy link
Copy Markdown
Contributor

Issue: When running CB with single image multiple time with different prompts it was working whereas with multiple images and prompts it was failing.

Resolution: The hidden states calculation was done with index [0] every time as a result when the broadcasting was happening with batch size 4 it was taking the first image only and we were getting wrong output in CB. Taking full hidden_states ensures the error does not occur.

… model file

Signed-off-by: Dipankar Sarkar <dipankar@qti.qualcomm.com>
@qcdipankar qcdipankar closed this Apr 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant