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 32bda53 commit 557fe2cCopy full SHA for 557fe2c
backends/openvino/scripts/openvino_build.sh
@@ -39,7 +39,7 @@ build_cpp_runtime() {
39
)
40
41
if [[ "$llm_enabled" -eq 1 ]]; then
42
- CMAKE_ARGS+=("-DEXECUTORCH_BUILD_EXTENSION_LLM=ON -DEXECUTORCH_BUILD_EXTENSION_LLM_RUNNER=ON")
+ CMAKE_ARGS+=("-DEXECUTORCH_BUILD_EXTENSION_LLM=ON -DEXECUTORCH_BUILD_EXTENSION_LLM_RUNNER=ON")
43
fi
44
45
# Configure the project with CMake
0 commit comments