Skip to content

Commit 7c2dd51

Browse files
authored
[RELEASE ONLY] Use release torchao version for OpenVINO (#15880)
### Summary OpenVINO CI is failing on the release branch. We can avoid the build from source by just using the release ao version installed with pyproject.toml. ### Test Plan The [test-openvino-linux / linux-job](https://github.com/pytorch/executorch/actions/runs/19485963505/job/55768329507?pr=15880#logs) run is passing on this PR (failing on trunk).
1 parent 057e71d commit 7c2dd51

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backends/openvino/scripts/openvino_build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ main() {
5454
# Build the package
5555
./install_executorch.sh --minimal
5656

57-
# Install torchao
58-
pip install third-party/ao
59-
6057
else
6158
echo "Error: Argument is not valid: $build_type"
6259
exit 1 # Exit the script with an error code

0 commit comments

Comments
 (0)