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 468974e commit e3605f2Copy full SHA for e3605f2
.ci/scripts/setup-openvino.sh
@@ -22,5 +22,7 @@ cd ..
22
cmake --install build --prefix dist
23
24
source dist/setupvars.sh
25
-cd ../backends/openvino/scripts
+cd ../backends/openvino
26
+pip install -r requirements.txt
27
+cd scripts
28
./openvino_build.sh --enable_python
0 commit comments