-
Notifications
You must be signed in to change notification settings - Fork 50
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Dipankar Sarkar <[email protected]>
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 |
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]>
There was a problem hiding this 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
There was a problem hiding this 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]>
Fix for qeff vision models export is failing for dual qpc method when we providing onnx_dir option to export API.