Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions backends/openvino/scripts/openvino_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
Loading