-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix #18388 by recreate ov::Model
using the main runtime and assign the shared objects to the recreated object
#22900
Merged
Conversation
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
…ime and assign the shared objects to the recreated object
github-actions
bot
added
category: inference
OpenVINO Runtime library - Inference
category: Core
OpenVINO Core (aka ngraph)
category: HETERO
OpenVINO HETERO plugin
category: AUTO
OpenVINO AUTO device selection plugin
category: CPP API
OpenVINO CPP API bindings
category: AUTO BATCH
OpenVINO Auto Batch plugin
labels
Feb 17, 2024
build_jenkins |
FredBill1
force-pushed
the
fix-18388-2
branch
from
February 18, 2024 09:45
4a61805
to
d22ddb5
Compare
build_jenkins |
ilya-lavrenov
approved these changes
Feb 22, 2024
It seems that build on Linux RISC-V has hit the timeout of 150 minutes. The build is canceled at progress openvino/.github/workflows/linux_riscv.yml Lines 44 to 46 in fc5d445
|
build_jenkins |
@FredBill1 thank you for the contribution, well done! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: AUTO BATCH
OpenVINO Auto Batch plugin
category: AUTO
OpenVINO AUTO device selection plugin
category: Core
OpenVINO Core (aka ngraph)
category: CPP API
OpenVINO CPP API bindings
category: HETERO
OpenVINO HETERO plugin
category: inference
OpenVINO Runtime library - Inference
ExternalPR
External contributor
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.
Details:
The detailed cause of the issue is described in #18388 (comment).
Details of this PR are in #22874 (comment) @ilya-lavrenov.
I have tested the changes against the following code and it worked as expected:
Tickets:
test_get_runtime_model
test #18388