-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Changes explicitly disable kv cache compression to u8, f16 precision is used instead. ### Reason for changes PTWC nightly has a different metrics (ticket 157594). It happens, because since openvinotoolkit/openvino#27454 KV Cache compressed to u8 by default and it affects accuracy of fp32 models (ticket 157571). Propose using kv cache in the f16 in order to handle issues in nncf rather than in ov (there's still an open issue with kv cache compression, and it can be modified in the nearest future) ### Related tickets 157571 157594 ### Tests - [x] openvino-nightly/job/post_training_weight_compression/56 ![image](https://github.com/user-attachments/assets/0772a8e5-0f92-4f53-8ac0-e16841bd8193) - [x] https://github.com/openvinotoolkit/nncf/actions/runs/11934079602 - [x] job/weekly/job/openvino-nightly/job/test_examples/77
- Loading branch information
1 parent
8d501c7
commit dc9f5cb
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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