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
3 changes: 0 additions & 3 deletions backends/openvino/scripts/openvino_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ main() {
# Build the package
./install_executorch.sh --minimal

# Install torchao
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the install_executorch.sh --minimal call above installs torchao==0.14.

pip install third-party/ao

else
echo "Error: Argument is not valid: $build_type"
exit 1 # Exit the script with an error code
Expand Down
Loading