Nikita Malinin
Nikita Malinin
### Changes - MinMax algorithm updated to the general (sharable) implementation ### Reason for changes - The implementation of the backend-agnostic algorithm prevents code duplication while adding new backends ###...
### Changes - Reduced metatypes in `OPERATIONS_WITH_BIAS` list for ONNX; - Reduced metatypes in `OPERATIONS_WITH_BIAS` list for PyTorch; - Separated GroupConvolution from the Convolutions on ONNX; ### Reason for changes...
### Changes - Extended OPERATIONS_WITH_BIAS for BiasCorrection algorithm; - Extended conformance test scope with the `mobilenetv3` + BiasCorrection; ### Reason for changes - List extension would allow us to restore...
### Changes - Aligned NPU configuration to CPU for 8bit quantization; ### Reason for changes - NPU supports CPU configuration; - CPU configuration as the base; - Removed unused configurations...
### Changes - Disabled propagation of the `per-channel` activation quantizers; ### Reason for changes - Correct quantizer propagation; ### Related tickets - 131890 ### Tests - TBD
### Changes - Added BF16 type support - Added FQ parameters generation based on type - Extended the list of the supported types for OpenVINO input data with `ov.Tensor` ###...
### Changes - Fixed SmoothQuant algorithm to work with Split ports correctly; ### Reason for changes - Bugfix ### Related tickets - 140351 ### Tests
# What does this PR do? Contains configuration updates based on the experiments from 135227 and following PR's: - https://github.com/openvinotoolkit/openvino.genai/pull/377 - https://github.com/openvinotoolkit/openvino.genai/pull/419 ## Before submitting - [ ] This PR...
### Changes - Updated main Readme.md anchor links. ### Reason for changes - To correct behaviour on PyPI. ### Related tickets - 145259 ### Tests - Manual
### Changes - Added the possibility of using backend-agnostic categories for telemetry. ### Reason for changes - Telemetry coverage extension. ### Related tickets - 154833 ### Tests - Updated `tests/common/test_telemetry.py`...