[Good First Issue][NNCF]: Remove compress_to_fp16=False from examples
alexsu52 opened this issue · 3 comments
alexsu52 commented
Context
Using compress_to_fp16=False
when saving a compressed/quantized OpenVINO model is no longer required following changes to OpenVINO openvinotoolkit/openvino#23609 that are included in the OpenVINO 2024.1.0 release.
This issue suggests removing compress_to_fp16=False
from the examples to simplify the examples.
Example of using compress_to_fp16=False
in example:
What needs to be done?
- Removing
compress_to_fp16=False
attribute when saving a compressed/quantized OpenVINO model in examples - Check that these changes do not change metrics of the examples. Example tests should pass.
Example Pull Requests
No response
Resources
- Contribution guide - start here!
- Intel DevHub Discord channel - engage in discussions, ask questions and talk to OpenVINO developers
- How to link your Pull Request to an issue
Contact points
Ticket
ref: 137146
truhinnm commented
Hello, I'm new to contributing, can i take this one? I'd be happy to work on this project!