Skip to content

Commit dc7f725

Browse files
Final fixes
1 parent 2d2ec34 commit dc7f725

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/learning-paths/smartphones-and-mobile/Build-Llama3-Chat-Android-App-Using-Executorch-And-XNNPACK/5-Run-Benchmark-on-Android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cmake --build cmake-out-android -j7 --target install --config Release
5252
Make sure you add -DEXECUTORCH_XNNPACK_ENABLE_KLEIDI=ON option to enable support for KleidiAI kernels in ExecuTorch with XNNPack.
5353
{{% /notice %}}
5454

55-
### 3. Build Llama runner for android
55+
### 3. Build Llama runner for Android
5656

5757
Use `cmake` to cross-compile Llama runner:
5858

@@ -78,7 +78,7 @@ You should now have `llama_main` available for Android.
7878

7979
## Run on Android via adb shell
8080

81-
### 1. Connect your android phone
81+
### 1. Connect your Android phone
8282

8383
Connect your phone to your computer using a USB cable.
8484

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ review:
66
answers:
77
- ExecuTorch is an end-to-end solution for enabling on-device inference capabilities across mobile and edge devices.
88
- It is a Pytorch method to quantize LLMs.
9-
- It is a program to execute pytorch models.
9+
- It is a program to execute PyTorch models.
1010
correct_answer: 1
1111
explanation: >
1212
ExecuTorch is part of the PyTorch Edge ecosystem and enables efficient deployment of PyTorch models to edge devices.

0 commit comments

Comments
 (0)