-
Notifications
You must be signed in to change notification settings - Fork 233
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
Use latest optimum to not call deprecated shared_memory API #2569
Use latest optimum to not call deprecated shared_memory API #2569
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2569 +/- ##
===========================================
- Coverage 91.18% 84.83% -6.36%
===========================================
Files 492 492
Lines 45096 45100 +4
===========================================
- Hits 41123 38261 -2862
- Misses 3973 6839 +2866 see 56 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more.
|
run tensorflow pre-commit tests |
PTQ test crashes with segfault, reproduced locally. Please don't merge until resolving the issue |
Created a bug 135375 for CPU plugin |
@ljaljushkin, the bug is still actual and needs to be fixed. |
This is the bug for CPU plugin, therefore we will wait for the fix. |
We will wait till the next OpenVINO release (or even another one) until then the weekly runs will be red. Am I right? |
No, originally you asked not correct question. |
I push this because the weekly tests are red for a few weeks and there is no estimation to merge this PR due to segfault. |
As workaround you can use stateless model instead of stateful. |
cd21454
to
a5fc367
Compare
a5fc367
to
52dbd42
Compare
also WA with stateless to avoid segfault
Here's the fix for segfault. |
Changes
use the latest release of optimum-intel==1.15.2
Reason for changes
The previously used version of optimum had a call of deprecated API that was removed in 2024 release of OpenVINO.
openvinotoolkit/openvino#21979
Latest optimum migrated to the actual API.
Related tickets
n/a
Tests