Skip to content

Commit 557fe2c

Browse files
Update backends/openvino/scripts/openvino_build.sh
Co-authored-by: Copilot <[email protected]>
1 parent 32bda53 commit 557fe2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/openvino/scripts/openvino_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build_cpp_runtime() {
3939
)
4040

4141
if [[ "$llm_enabled" -eq 1 ]]; then
42-
CMAKE_ARGS+=("-DEXECUTORCH_BUILD_EXTENSION_LLM=ON -DEXECUTORCH_BUILD_EXTENSION_LLM_RUNNER=ON")
42+
CMAKE_ARGS+=("-DEXECUTORCH_BUILD_EXTENSION_LLM=ON -DEXECUTORCH_BUILD_EXTENSION_LLM_RUNNER=ON")
4343
fi
4444

4545
# Configure the project with CMake

0 commit comments

Comments
 (0)