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 8b43bf5 commit ba052a4Copy full SHA for ba052a4
examples/demo-apps/android/LlamaDemo/README.md
@@ -72,7 +72,14 @@ If you need to run other models like LLaMA2, skip this skip.
72
export EXECUTORCH_USE_TIKTOKEN=ON # Only for LLaMA3
73
```
74
75
-4. Run the following command set up the required JNI library:
+4. Build the Android Java extension code:
76
+```bash
77
+pushd extension/android
78
+./gradlew build
79
+popd
80
+```
81
+
82
+5. Run the following command set up the required JNI library:
83
```bash
84
pushd examples/demo-apps/android/LlamaDemo
85
./gradlew :app:setup
0 commit comments