-
Notifications
You must be signed in to change notification settings - Fork 115
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
Fix openvino main export #439
Conversation
The documentation is not available anymore as the PR was closed or merged. |
Thanks Ella! I noticed one issue with CausalLM export: when loading the model, I got the error "use_cache |
Thanks a lot for reporting it @helena-intel, could you share a code snippet for me to reproduce this ? |
cc @eaidova |
When I tried to reproduce it it did not occur, so I suppose it was a strange thing in my environment. Sorry for the false alarm! |
Thanks a lot for checking @helena-intel |
Fix
main_export
for decoder models (which were exported twice : with /without past) as well as the resulting model file name which where wrongfully set for single models (SD and encoder/decoder models were not concerned). Also now the differentOVModelForXxx
classes all usemain_export
to export the model when needed