-
Notifications
You must be signed in to change notification settings - Fork 240
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
[PTQ][OV] BF16 support #2307
[PTQ][OV] BF16 support #2307
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2307 +/- ##
========================================
Coverage 91.19% 91.20%
========================================
Files 483 483
Lines 46443 46435 -8
========================================
- Hits 42355 42351 -4
+ Misses 4088 4084 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
I used model with FP16 weights. |
@andrey-churkin, @l-bat, @kshpv, @alexsu52, @daniil-lyakhov, @andreyanufr, review, please. |
AS accepted the merge of this PR.
### Changes - Fixed shared memory warnings issue. - Reverted cast for data type while creating constant. ### Reason for changes - Leftover from #2307. - Bugfix. ### Related tickets - 147255 ### Tests - N/A
### Changes - Fixed shared memory warnings issue. - Reverted cast for data type while creating constant. ### Reason for changes - Leftover from openvinotoolkit#2307. - Bugfix. ### Related tickets - 147255 ### Tests - N/A (cherry picked from commit b328e4d)
### Changes - Fixed `model_extraction_command` issue introduced in #2307. ### Reason for changes - Bugfix. ### Related tickets - 147065 ### Tests - Updated
Changes
ov.Tensor
Reason for changes
Related tickets
Tests