Skip to content

Bug fix for model auto for vision #533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

qcdipankar
Copy link
Contributor

Fix for qeff vision models export is failing for dual qpc method when we providing onnx_dir option to export API.

Signed-off-by: Dipankar Sarkar <[email protected]>
@qcdipankar qcdipankar added the bug Something isn't working label Aug 5, 2025
@qcdipankar qcdipankar self-assigned this Aug 5, 2025
@quic-rishinr
Copy link
Contributor

The same issue appears in other classes like QEffCausalLMForTextImageToTextModel and _QEffAutoModelForImageTextToTextDualQPC. Please review the _export and _compile calls for all these classes to verify that all positional arguments are being passed correctly

qcdipankar and others added 5 commits August 8, 2025 09:02
Signed-off-by: Dipankar Sarkar <[email protected]>
Signed-off-by: Dipankar Sarkar <[email protected]>
Signed-off-by: Dipankar Sarkar <[email protected]>
Signed-off-by: Dipankar Sarkar <[email protected]>
Copy link
Contributor

@quic-hemagnih quic-hemagnih left a comment

Choose a reason for hiding this comment

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

Please check here, if we need to assign export_dir

Copy link
Contributor

@quic-hemagnih quic-hemagnih left a comment

Choose a reason for hiding this comment

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

Please check at line 637 of this file, we may have to add export dir

Signed-off-by: Dipankar Sarkar <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants