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

Skip test_aware_training_quantization test #1149

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

nikita-savelyevv
Copy link
Collaborator

What does this PR do?

tests/openvino/test_quantization.py::OVTrainerTest::test_aware_training_quantization_0_albert test fails in pre-commit tests since OpenVINO 2025.0 release with the following error:

RuntimeError: Exception from src/inference/src/cpp/infer_request.cpp:223:
Exception from src/plugins/intel_cpu/src/node.cpp:797:
[CPU] Subgraph node with name '/albert/encoder/albert_layer_groups.5/albert_layers.0/attention/AlbertForSequenceClassification/AlbertModel[albert]/AlbertTransformer[encoder]/ModuleList[albert_layer_groups]/AlbertLayerGroup[5]/ModuleList[albert_layers]/AlbertLayer[0]/AlbertAttention[attention]/matmul_1|OUTPUT/FakeQuantize' Exception from src/plugins/intel_cpu/src/transformations/snippets/x64/op/brgemm_utils.cpp:47:
ov::intel_cpu::brgemm_utils: Unsupported hardware configuration: int8 is supported only on vnni platforms

Seems like the hosts running pre-commits on github do not support VNNI instructions. The whole quantization aware training logic is planned to be deprecated soon so it was decided to skip this test.

Fixes # (issue)

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you make sure to update the documentation with your changes?
  • Did you write any new necessary tests?

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@AlexKoff88 AlexKoff88 merged commit 6407c9c into huggingface:main Feb 7, 2025
19 of 22 checks passed
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.

3 participants