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 1883128 commit e252353Copy full SHA for e252353
.ci/scripts/test_llama.sh
@@ -159,6 +159,7 @@ cmake_install_executorch_libraries() {
159
-DCMAKE_INSTALL_PREFIX=cmake-out \
160
-DCMAKE_BUILD_TYPE="$CMAKE_BUILD_TYPE" \
161
-DEXECUTORCH_BUILD_QNN="$QNN" \
162
+ -DEXECUTORCH_ENABLE_LOGGING=ON \
163
-DQNN_SDK_ROOT="$QNN_SDK_ROOT"
164
cmake --build cmake-out -j9 --target install --config "$CMAKE_BUILD_TYPE"
165
}
0 commit comments