Skip to content

Commit 29b0432

Browse files
authored
[RELEASE ONLY CHANGES] Use release torchao for OpenVINO (#16883)
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.
1 parent 84be38f commit 29b0432

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

backends/openvino/scripts/openvino_build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ build_python_enabled() {
7979

8080
# Build the package
8181
./install_executorch.sh --minimal
82-
83-
# Install torchao
84-
# Note: --no-build-isolation is required because torchao's setup.py imports torch
85-
# See comment in torchao's pyproject.toml for more details
86-
pip install third-party/ao --no-build-isolation
8782
}
8883

8984
main() {

0 commit comments

Comments
 (0)