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.
2 parents 3f53cc2 + 55d5b39 commit a9010acCopy full SHA for a9010ac
backends/openvino/scripts/openvino_build.sh
@@ -52,11 +52,11 @@ main() {
52
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
53
-DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON \
54
-DEXECUTORCH_ENABLE_LOGGING=ON \
55
- -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON"
+ -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
56
+ -DEXECUTORCH_BUILD_PYBIND=ON"
57
export CMAKE_BUILD_ARGS="--target openvino_backend"
58
59
# Build the package
- EXECUTORCH_BUILD_PYBIND=ON \
60
pip install . --no-build-isolation
61
62
else
0 commit comments