ruro

Results 104 comments of ruro

Hm. iirc `onnx` added support for opset 23 in version `1.18.0`. So the new test is currently failing in CI due to ``` onnx==1.17.0; python_version < '3.13' onnx==1.18.0; python_version >=...

After spending some time trying to figure this out, I think that SDPA actually has its own custom handling logic in [`_get_scope_overrides` in `nncf/quantization/algorithms/min_max/algorithm.py`](https://github.com/openvinotoolkit/nncf/blob/09246b2bc7c244ae873171f08994be5ec8ac6623/src/nncf/quantization/algorithms/min_max/algorithm.py#L641), so a separate `MULTIHEAD_ATTENTION_OUTPUT` pattern is...

I think I figured out how to fix the `torch` issue too. While the `PTNNCFGraph` graph only has a single edge, the `InsertionPointGraph` and `QuantizerPropagationStateGraph` graphs that are generated from...