Skip to content

Commit a9010ac

Browse files
authored
Merge pull request pytorch#43 from cavusmustafa/build_update
build update for pybind
2 parents 3f53cc2 + 55d5b39 commit a9010ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/openvino/scripts/openvino_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ main() {
5252
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
5353
-DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON \
5454
-DEXECUTORCH_ENABLE_LOGGING=ON \
55-
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON"
55+
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
56+
-DEXECUTORCH_BUILD_PYBIND=ON"
5657
export CMAKE_BUILD_ARGS="--target openvino_backend"
5758

5859
# Build the package
59-
EXECUTORCH_BUILD_PYBIND=ON \
6060
pip install . --no-build-isolation
6161

6262
else

0 commit comments

Comments
 (0)