-
Notifications
You must be signed in to change notification settings - Fork 58
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 2023.0.0 #200
OpenVINO 2023.0.0 #200
Conversation
tools/gen_ort_dockerfile.py
Outdated
mv l_openvino_toolkit_ubuntu22_2023.0.0.10926.b4452d56304_x86_64/* ${INTEL_OPENVINO_DIR} && \ | ||
rm openvino_${ONNXRUNTIME_OPENVINO_VERSION}.tgz && \ | ||
(cd ${INTEL_OPENVINO_DIR}/install_dependencies && \ | ||
os=ubuntu22.04 ./install_openvino_dependencies.sh -y) && \ |
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 os override was added for initial ubunu22.04 support - would recommend to remove it and ensure openvino os deetection is working correctly (to avoid hiding any issues in the future with os changes)
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.
Yes. It is removed: Remove OS override
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.
Just want an answer to my last question here. LGTM.
server: triton-inference-server/server#6031
openvino_backend: triton-inference-server/openvino_backend#57
Some notes on the upgrade:
tbb.so
library no longer needs to be linked, so it is removed from the build.