-
Notifications
You must be signed in to change notification settings - Fork 244
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
Xfails for OV 2025.0 #3257
base: develop
Are you sure you want to change the base?
Xfails for OV 2025.0 #3257
Conversation
@openvinotoolkit/nncf-maintainers, can someone review this, please? Thanks. |
@@ -265,6 +265,7 @@ | |||
"backend": "openvino", | |||
"requirements": "examples/llm_compression/openvino/smollm2_360m_fp8/requirements.txt", | |||
"cpu": "Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz", | |||
"xfail_reason": "FP8 output regression - CVS-161459", |
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.
My opinion, that all examples have to work. Please set the previous openvino version in the requirements.txt for this example.
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.
In this case, we should remove non-working examples, since we claim the full support of the concrete OpenVINO version in our docs.
Also, this would not work for the next release if the original issue would not be fixed.
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.
In any case, this example works, since there are no problems observed from the side of the NNCF API or quantization scheme.
Changes
Reason for changes
Related tickets
Tests