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 8499338 commit 3a89550Copy full SHA for 3a89550
scripts/build_android_library.sh
@@ -55,6 +55,7 @@ build_android_native_library() {
55
-DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON \
56
-DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON \
57
-DEXECUTORCH_BUILD_KERNELS_CUSTOM="${EXECUTORCH_BUILD_EXTENSION_LLM:-ON}" \
58
+ -DEXECUTORCH_BUILD_LLAMA_JNI="${EXECUTORCH_BUILD_EXTENSION_LLM:-ON}" \
59
-DEXECUTORCH_BUILD_NEURON="${EXECUTORCH_BUILD_NEURON}" \
60
-DNEURON_BUFFER_ALLOCATOR_LIB="${NEURON_BUFFER_ALLOCATOR_LIB}" \
61
-DEXECUTORCH_BUILD_QNN="${EXECUTORCH_BUILD_QNN}" \
0 commit comments