Skip to content

[WIP] Fix for acc issue in Qwen3 VL moe#1010

Open
tv-karthikeya wants to merge 1 commit into
quic:mainfrom
tv-karthikeya:bug_fix/acc_issue_qwen3_vl_moe
Open

[WIP] Fix for acc issue in Qwen3 VL moe#1010
tv-karthikeya wants to merge 1 commit into
quic:mainfrom
tv-karthikeya:bug_fix/acc_issue_qwen3_vl_moe

Conversation

@tv-karthikeya
Copy link
Copy Markdown
Contributor

Issue: Generated text is not accurate (unable to identify object in given image)
5/25: Found a workaround, seems like compiler issue - debugging further

Signed-off-by: vtirumal <vtirumal@qti.qualcomm.com>

return local_this
visual_mask = visual_pos_masks.to(hidden_states.dtype)
return hidden_states + (visual_embeds * visual_mask)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks to be compiler ambiguity during interpretation.

@tv-karthikeya
Copy link
Copy Markdown
Contributor Author

Logs : Pr_1010_validation_logs.txt

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.

2 participants