We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daadb76 commit ee0b6f0Copy full SHA for ee0b6f0
backends/openvino/scripts/openvino_build.sh
@@ -59,6 +59,9 @@ main() {
59
# Build the package
60
pip install . --no-build-isolation
61
62
+ # Install torchao
63
+ pip install third-party/ao
64
+
65
else
66
echo "Error: Argument is not valid: $build_type"
67
exit 1 # Exit the script with an error code
0 commit comments