Add openvino backend to wheel package#18362
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18362
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 New Failures, 1 Cancelled Job, 3 Unrelated FailuresAs of commit efaea3b with merge base 7134708 ( NEW FAILURES - The following jobs have failed:
CANCELLED JOB - The following job was cancelled. Please retry:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
|
|
||
| OPENVINO_VERSION="2026.0" | ||
| OPENVINO_BUILD="2026.0.0.20965.c6d6a13a886" | ||
| OPENVINO_ARCHIVE="openvino_toolkit_ubuntu22_${OPENVINO_BUILD}_x86_64" |
There was a problem hiding this comment.
What happens if this is executed on another Ubuntu version?
|
|
||
| install_openvino() { | ||
| # Skip if OpenVINO_DIR is already set and valid | ||
| if [[ -n "${OpenVINO_DIR:-}" && -d "${OpenVINO_DIR:-}" ]]; then |
There was a problem hiding this comment.
Should we have any version checks here? Sometimes OpenVINO_DIR can be set for a previous unsupported version
Summary
Added openvino backend to wheel package.