Skip to content

Commit 1e8c0ff

Browse files
kimishpatelfacebook-github-bot
authored andcommitted
Fix android runner command in llama2 readme (#2891)
Summary: Pull Request resolved: #2891 att Created from CodeHub with https://fburl.com/edit-in-codehub Reviewed By: mcr229 Differential Revision: D55825424 fbshipit-source-id: d98708c7ebc7138ce78854d5e03339150dc63406
1 parent 081c849 commit 1e8c0ff

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
@@ -196,6 +196,8 @@ cmake -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake \
196196
-DEXECUTORCH_BUILD_OPTIMIZED=ON \
197197
-Bcmake-out-android/examples/models/llama2 \
198198
examples/models/llama2
199+
200+
cmake --build cmake-out-android/examples/models/llama2 -j16 --config Release
199201
```
200202
201203
**2. Run on Android via adb shell**

0 commit comments

Comments
 (0)