Skip to content
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

workaround issue with weights loading in 8bit in optimum notebooks #1575

Merged
merged 2 commits into from
Dec 26, 2023

Conversation

eaidova
Copy link
Collaborator

@eaidova eaidova commented Dec 26, 2023

in some notebooks we can see that models load in 8bit by default that may be incompatible with expected flow in notebook (e.g. notebook demonstrates quantization or weights compression in int4), but flag load_in_8bit=False is broken in optimum-intel if used OVModelForXXX class with export=True.

Fix: huggingface/optimum-intel#495
this is workaround until fix will not be merged

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@eaidova eaidova merged commit ecf2acc into openvinotoolkit:main Dec 26, 2023
14 of 15 checks passed
@eaidova eaidova deleted the ea/pin_optimum branch December 26, 2023 06:31
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.

1 participant