Skip to content

Commit 46b0d40

Browse files
authored
Update 6-Build-Android-Chat-App.md
1 parent 6df65f7 commit 46b0d40

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

content/learning-paths/smartphones-and-mobile/Build-Llama3-Chat-Android-App-Using-Executorch-And-XNNPACK/6-Build-Android-Chat-App.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,7 @@ You can use the Android demo application included in ExecuTorch repository [Llam
2525
Make sure you can confirm <path_to_android_ndk>/build/cmake/android.toolchain.cmake is available for CMake to cross-compile.
2626
{{% /notice %}}
2727

28-
3. (Optional) If you need to use tiktoken as the tokenizer (for LLama 3), set `EXECUTORCH_USE_TIKTOKEN=ON`, and CMake uses it as the tokenizer. If you run other models such as LLama 2, skip this step.
29-
30-
``` bash
31-
export EXECUTORCH_USE_TIKTOKEN=ON # Only for LLama3
32-
```
33-
34-
4. Run the following commands to set up the required JNI library:
28+
3. Run the following commands to set up the required JNI library:
3529

3630
``` bash
3731
pushd extension/android

0 commit comments

Comments
 (0)