Skip to content

Commit 5243a03

Browse files
kimishpatelfacebook-github-bot
authored andcommitted
Fix android runner command in llama2 readme
Summary: att Created from CodeHub with https://fburl.com/edit-in-codehub Differential Revision: D55825424
1 parent ba7bbe8 commit 5243a03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/models/llama2/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ cmake -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake \
173173
-DEXECUTORCH_BUILD_OPTIMIZED=ON \
174174
-Bcmake-out-android/examples/models/llama2 \
175175
examples/models/llama2
176+
177+
cmake --build cmake-out-android/examples/models/llama2 -j16 --config Release
176178
```
177179
178180
**2. Run on Android via adb shell**

0 commit comments

Comments
 (0)