-
Notifications
You must be signed in to change notification settings - Fork 296
[release_v2180] Release notes #3629
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
Merged
AlexanderDokuchaev
merged 16 commits into
openvinotoolkit:release_v2180
from
AlexanderDokuchaev:r2180_release_notes
Sep 4, 2025
Merged
Changes from 4 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
cb93782
release notes template
AlexanderDokuchaev 587f924
Update ReleaseNotes.md
f8835ef
Update ReleaseNotes.md
daniil-lyakhov 7b46810
Update ReleaseNotes.md
daniil-lyakhov e3cdea7
Add list of OV notebooks with NNCF to release notes
l-bat 7946416
Update ReleaseNotes.md
ljaljushkin ccd87de
Update ReleaseNotes.md
andrey-churkin 13b3872
Update ReleaseNotes.md
andreyanufr 5104f19
Update ReleaseNotes.md
AlexanderDokuchaev dad32fb
Update ReleaseNotes.md
alexsu52 10b8848
Update ReleaseNotes.md
daniil-lyakhov c7aa7ca
Update ReleaseNotes.md
daniil-lyakhov df8d66e
Extend group_size_fallback_mode argument description
ee39d87
up
AlexanderDokuchaev 233cf6b
sort
AlexanderDokuchaev 9e4de4c
Update ReleaseNotes.md
AlexanderDokuchaev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,55 @@ | ||
| # Release Notes | ||
|
|
||
| ## New in Release 2.18.0 | ||
|
|
||
| Post-training Quantization: | ||
|
|
||
| - Breaking changes: | ||
| - ... | ||
| - General: | ||
| - ... | ||
| - Features: | ||
| - Introduced `group_size_fallback_mode` advanced weight compression parameter. This specifies how to handle nodes that do not support a default group size value. By default it is set to `GroupSizeFallbackMode.IGNORE`. This corresponds to skipping nodes that cannot be compressed with the given group size. | ||
| - Added support for external quantizers in the `quantize_pt2e` API, including [XNNPACKQuantizer](https://docs.pytorch.org/executorch/stable/backends-xnnpack.html#quantization) and [CoreMLQuantizer](https://docs.pytorch.org/executorch/stable/backends-coreml.html#quantization). | ||
| - Fixes: | ||
| - ... | ||
| - Improvements: | ||
| - Support of weight compression for models with the Rotary Positional Embedding block. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| - Support of weight compression for models with stateful self-attention blocks. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| - Deprecations/Removals: | ||
| - ... | ||
| - Tutorials: | ||
| - ... | ||
| - Known issues: | ||
| - ... | ||
|
|
||
| Compression-aware training: | ||
|
|
||
| - Breaking changes: | ||
| - ... | ||
| - General: | ||
| - ... | ||
| - Features: | ||
| - ... | ||
| - Fixes: | ||
| - ... | ||
| - Improvements: | ||
| - ... | ||
| - Deprecations/Removals: | ||
| - ... | ||
| - Tutorials: | ||
| - ... | ||
| - Known issues: | ||
| - ... | ||
|
|
||
| Deprecations/Removals: | ||
|
|
||
| - ... | ||
|
|
||
| Requirements: | ||
|
|
||
| - ... | ||
|
|
||
| ## New in Release 2.17.0 | ||
|
|
||
| Post-training Quantization: | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.