-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[openvino] 2024.5.0 update #43053
[openvino] 2024.5.0 update #43053
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
@@ -1,8 +1,7 @@ | ||||||||||
{ | ||||||||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", | ||||||||||
"name": "openvino", | ||||||||||
"version": "2024.4.0", | ||||||||||
"port-version": 6, | ||||||||||
"version": "2024.5.0", | ||||||||||
"maintainers": "OpenVINO Developers <[email protected]>", | ||||||||||
"summary": "This is a port for Open Visual Inference And Optimization toolkit for AI inference", | ||||||||||
"description": [ | ||||||||||
|
@@ -37,7 +36,7 @@ | |||||||||
{ | ||||||||||
"name": "xbyak", | ||||||||||
"platform": "!(arm | uwp)", | ||||||||||
"version>=": "6.69" | ||||||||||
"version>=": "6.73" | ||||||||||
} | ||||||||||
], | ||||||||||
"default-features": [ | ||||||||||
|
@@ -53,6 +52,10 @@ | |||||||||
}, | ||||||||||
"hetero", | ||||||||||
"ir", | ||||||||||
{ | ||||||||||
"name": "npu", | ||||||||||
"platform": "x64 & !(osx | uwp)" | ||||||||||
}, | ||||||||||
WangWeiLin-MV marked this conversation as resolved.
Show resolved
Hide resolved
Comment on lines
+55
to
+58
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've considered and decided to keep as is There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you please comment the reason of the necessary default feature for the further vcpkg team review? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it's a default OpenVINO configuration in all other distribution types |
||||||||||
"onnx", | ||||||||||
"paddle", | ||||||||||
"pytorch", | ||||||||||
|
@@ -85,15 +88,18 @@ | |||||||||
"description": "Enables IR frontend for reading models in OpenVINO IR format" | ||||||||||
}, | ||||||||||
"npu": { | ||||||||||
"description": "NPU Support", | ||||||||||
"supports": "x64 & !(osx | uwp) & !static" | ||||||||||
"description": "Enables NPU plugin for inference", | ||||||||||
"supports": "x64 & !(osx | uwp)", | ||||||||||
"dependencies": [ | ||||||||||
"level-zero" | ||||||||||
] | ||||||||||
}, | ||||||||||
"onnx": { | ||||||||||
"description": "Enables ONNX frontend for reading models in ONNX format", | ||||||||||
"dependencies": [ | ||||||||||
{ | ||||||||||
"name": "onnx", | ||||||||||
"version>=": "1.13.1" | ||||||||||
"version>=": "1.16.2" | ||||||||||
}, | ||||||||||
{ | ||||||||||
"name": "protobuf", | ||||||||||
|
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.
Patches checked.