Skip to content

Commit e21fa8d

Browse files
committed
up
1 parent 5370858 commit e21fa8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backends/openvino/scripts/openvino_build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ main() {
5959
# Build the package
6060
pip install . --no-build-isolation
6161

62+
# Install torchao
63+
pip install third-party/ao
64+
6265
else
6366
echo "Error: Argument is not valid: $build_type"
6467
exit 1 # Exit the script with an error code

0 commit comments

Comments
 (0)