We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84be38f commit 29b0432Copy full SHA for 29b0432
1 file changed
backends/openvino/scripts/openvino_build.sh
@@ -79,11 +79,6 @@ build_python_enabled() {
79
80
# Build the package
81
./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
87
}
88
89
main() {
0 commit comments