From 2b9e5f0dff0653af7a417b9e1be24c68e7ac328e Mon Sep 17 00:00:00 2001 From: RJ Ascani Date: Mon, 26 Jan 2026 11:18:08 -0800 Subject: [PATCH] [RELEASE ONLY CHANGES] Use release torchao for OpenVINO This change removes the torchao pip install from the openvino_build.sh script for release 1.1 See #15880 as example from 1.0 release. --- backends/openvino/scripts/openvino_build.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/backends/openvino/scripts/openvino_build.sh b/backends/openvino/scripts/openvino_build.sh index 6762229081f..e8709d0be3a 100755 --- a/backends/openvino/scripts/openvino_build.sh +++ b/backends/openvino/scripts/openvino_build.sh @@ -79,11 +79,6 @@ build_python_enabled() { # Build the package ./install_executorch.sh --minimal - - # Install torchao - # Note: --no-build-isolation is required because torchao's setup.py imports torch - # See comment in torchao's pyproject.toml for more details - pip install third-party/ao --no-build-isolation } main() {