Skip to content
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

Release notes v2.11 #2710

Merged
merged 19 commits into from
Jun 13, 2024
Merged

Release notes v2.11 #2710

merged 19 commits into from
Jun 13, 2024

Conversation

KodiaqQ
Copy link
Collaborator

@KodiaqQ KodiaqQ commented May 29, 2024

Changes

Added v2.10.0 template;

Reason for changes

Upcoming release;

Related tickets

142565;

For the contributors:

Please add your changes (as the commit to the branch) to the list according to the template and previous notes;
Do not add tests-related notes;
Provide the list of the PRs (for all your notes) in the comment for the discussion;

@KodiaqQ KodiaqQ added the documentation Improvements or additions to documentation label May 29, 2024
@KodiaqQ KodiaqQ requested a review from MaximProshin May 29, 2024 09:40
@KodiaqQ KodiaqQ requested a review from a team as a code owner May 29, 2024 09:40
@KodiaqQ
Copy link
Collaborator Author

KodiaqQ commented May 29, 2024

@alexsu52, @kshpv, @vshampor, @ljaljushkin, @l-bat, @nikita-savelyevv, @kshpv, @AlexanderDokuchaev, @daniil-lyakhov, @andrey-churkin, @andreyanufr, please add your contributions to the release notes for the upcoming release.

@KodiaqQ KodiaqQ assigned vshampor and unassigned KodiaqQ May 29, 2024
@MaximProshin
Copy link
Collaborator

@nikita-savelyevv @l-bat , please add the list of new notebooks with NNCF and ones that were extended with NNCF.

@daniil-lyakhov
Copy link
Collaborator

daniil-lyakhov commented Jun 4, 2024

[Torch] Save/load transformations API: #2659, #2531, #2595, #2584

@andrey-churkin andrey-churkin removed their assignment Jun 4, 2024
@github-actions github-actions bot added experimental NNCF OpenVINO Pull requests that updates NNCF OpenVINO NNCF PTQ Pull requests that updates NNCF PTQ labels Jun 12, 2024
@KodiaqQ KodiaqQ force-pushed the nm/release_notes branch from 59f589c to 4071ae9 Compare June 12, 2024 12:31
@github-actions github-actions bot removed NNCF PT Pull requests that updates NNCF PyTorch NNCF Common Pull request that updates NNCF Common experimental NNCF OpenVINO Pull requests that updates NNCF OpenVINO NNCF PTQ Pull requests that updates NNCF PTQ labels Jun 12, 2024
@KodiaqQ KodiaqQ requested a review from alexsu52 June 12, 2024 12:32
@KodiaqQ
Copy link
Collaborator Author

KodiaqQ commented Jun 12, 2024

@MaximProshin, @alexsu52, review, please.

ReleaseNotes.md Outdated Show resolved Hide resolved
ReleaseNotes.md Outdated Show resolved Hide resolved
@KodiaqQ KodiaqQ requested a review from MaximProshin June 12, 2024 12:54
ReleaseNotes.md Outdated
- (OpenVINO) Added Scale Estimation algorithm for 4-bit data-aware weights compression. The optional `scale_estimation` parameter was introduced to `nncf.compress_weights()` and can be used to minimize accuracy degradation of compressed models (note that this algorithm increases the compression time).
- (OpenVINO) Added GPTQ algorithm for 8/4-bit data-aware weights compression, supporting INT8, INT4, and NF4 data types. The optional `gptq` parameter was introduced to `nncf.compress_weights()` to enable the [GPTQ](https://arxiv.org/abs/2210.17323) algorithm.
- (OpenVINO) Added support for models with BF16 weights in the weights compression method, `nncf.compress_weights()`.
- (PyTorch) Added support of the custom modules with traced parameters.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- (PyTorch) Added support of the custom modules with traced parameters.
- (PyTorch) Added support for quantization and weight compression of the custom modules.

Co-authored-by: Alexander Suslov <[email protected]>
@KodiaqQ KodiaqQ requested a review from alexsu52 June 13, 2024 07:00
@KodiaqQ KodiaqQ merged commit 9200a22 into openvinotoolkit:develop Jun 13, 2024
6 checks passed
KodiaqQ added a commit to KodiaqQ/nncf that referenced this pull request Jun 13, 2024
### Changes
Added v2.10.0 template;
### Reason for changes
Upcoming release;
### Related tickets
142565;
#### For the contributors:
Please add your changes (as the commit to the branch) to the list
according to the template and previous notes;
Do not add tests-related notes;
Provide the list of the PRs (for all your notes) in the comment for the
discussion;

---------

Co-authored-by: Nikita Savelyev <[email protected]>
Co-authored-by: Liubov Talamanova <[email protected]>
Co-authored-by: Alexander Dokuchaev <[email protected]>
Co-authored-by: Daniil Lyakhov <[email protected]>
Co-authored-by: andreyanufr <[email protected]>
Co-authored-by: Aleksei Kashapov <[email protected]>
Co-authored-by: Alexander Suslov <[email protected]>
Co-authored-by: Lyalyushkin Nikolay <[email protected]>
(cherry picked from commit 9200a22)
KodiaqQ added a commit that referenced this pull request Jun 13, 2024
@KodiaqQ KodiaqQ deleted the nm/release_notes branch July 23, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.