-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
build: Update OpenVINO model generation version #7811
build: Update OpenVINO model generation version #7811
Conversation
@@ -2486,8 +2489,7 @@ def create_fixed_models( | |||
import torch | |||
from torch import nn | |||
if FLAGS.openvino: | |||
from openvino.inference_engine import IENetwork | |||
import ngraph as ng |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The nGraph API is deprecated and will be removed in the 2024.0 release. See opencv/opencv#24589
Is the linked pipeline up to date? The one mentioned in the PR didn't run mentioned tests |
Hi @oandreeva-nv. Thanks. The latest pipeline was in the slack review thread. I just updated the pipeline ID in this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, conditional on verifying tests
What does the PR do?
Triton uses OpenVINO version 2024 however our models still generated with version 2023.
Checklist
<commit_type>: <Title>
Commit Type:
Check the conventional commit type
box here and add the label to the github PR.
Related PRs:
Where should the reviewer start?
Test plan:
L0_openvino_models--base
L0_model_config--base
20542122
Caveats:
Background
Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)