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 e69a662 commit e74cca7Copy full SHA for e74cca7
.ci/scripts/build_llama_android.sh
@@ -42,6 +42,7 @@ build_llama_runner() {
42
-DCMAKE_INSTALL_PREFIX=cmake-android-out \
43
-DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=python \
44
-DEXECUTORCH_BUILD_OPTIMIZED=ON \
45
+ -DEXECUTORCH_BUILD_QUANTIZED=ON \
46
-Bcmake-android-out/examples/models/llama2 examples/models/llama2
47
48
cmake --build cmake-android-out/examples/models/llama2 -j4 --config Release
0 commit comments