-
Notifications
You must be signed in to change notification settings - Fork 232
[NNCF] Update test references for NNCF 3.1.0 #1678
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -539,7 +539,7 @@ class OVCLIExportTestCase(unittest.TestCase): | |
| "text-generation-with-past", | ||
| "opt125m", | ||
| "mxfp4", | ||
| {"model": {"int8": 4, "f4e2m1": 72, "f8e8m0": 72}}, | ||
| {"model": {"int8": 0, "f4e2m1": 72, "f8e4m3": 2, "f8e8m0": 74}}, | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why was it changed and now there is no int8 coeffs?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We recently merged a new feature into NNCF. Please see the openvinotoolkit/nncf#3886. The references have been updated to reflect the current state. |
||
| ), | ||
| ( | ||
| "text-generation-with-past", | ||
|
|
||
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.
why is it recommended to install 3.1.0 by default? Do we have any model requires it? Please recommend.
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.
I bumped the minimum nncf version to 3.1.0 because there is a test that passes only with nncf ≥ 3.1.0, and the default behavior of the --backup-precision parameter was extended in that release. Please see the updated docs.