You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(OpenVINO) Added GroupedMatMul support to the AWQ and Scale Estimation algorithms, enabling data-aware weight compression of grouped_mm-based MoE models (#4176).
Fixes:
(OpenVINO) Extended the RoPE ignored pattern to recognize the matmul -> transpose -> cos/sin structure used by models such as GPT-OSS (#4175).
(PyTorch) Removed the __getitem__ node that follows split-like operations (e.g. chunk) from the TorchFX inference graph, fixing statistic collection errors for models such as YOLO11 (#4155).
(ONNX) Fixed a KeyError in bias attribute resolution when a tensor is a model input and therefore has no parent node (#4169).
(ONNX) Fixed squeeze axis determination for ONNXEmbeddingMetatype nodes (#4144).
Improvements:
(PyTorch) Replaced the deprecated export_for_training with export in TorchFX examples, documentation, and tests (#4191).