Skip to content

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

Open
qcdipankar wants to merge 2 commits intomainfrom
cb_fix_qwen3vl_mainline
Open

CB Bug fix for Qwen3VL Dense and basic cleaning of example script and Model File#926
qcdipankar wants to merge 2 commits intomainfrom
cb_fix_qwen3vl_mainline

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.

@quic-rishinr
Copy link
Copy Markdown
Contributor

@qcdipankar please include the test for full_batch_size ≥ 2 with multiple images

… model file

Signed-off-by: Dipankar Sarkar <dipankar@qti.qualcomm.com>
…den state implementation for qwen3vlmoe

Signed-off-by: Dipankar Sarkar <dipankar@qti.qualcomm.com>
@qcdipankar qcdipankar force-pushed the cb_fix_qwen3vl_mainline branch from 7e2ef2e to 856eb3b Compare April 29, 2026 07:04
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.

3 participants