You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Pull Request resolved: #2919
The note directive on sphinx doesn't render well on markdown. Remove it to avoid cause confusion.
Reviewed By: mergennachin, cccclai
Differential Revision: D55881939
fbshipit-source-id: a4252f0b70593ecd97e5cc352c601e772a9c222a
(cherry picked from commit dc7e4d5)
Copy file name to clipboardExpand all lines: examples/demo-apps/android/LlamaDemo/README.md
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,7 @@ This app demonstrates the use of the LLaMA chat app demonstrating local inferenc
13
13
* Alternatively, you can follow [this guide](https://github.com/pytorch/executorch/blob/856e085b9344c8b0bf220a97976140a5b76356aa/examples/demo-apps/android/LlamaDemo/SDK.md) to set up Java/SDK/NDK with CLI.
14
14
* Supported Host OS: CentOS, macOS Sonoma on Apple Silicon.
15
15
16
-
```{note}
17
-
This demo app and tutorial has only been validated with arm64-v8a [ABI](https://developer.android.com/ndk/guides/abis), with NDK 25.0.8775105.
18
-
```
16
+
Note: This demo app and tutorial has only been validated with arm64-v8a [ABI](https://developer.android.com/ndk/guides/abis), with NDK 25.0.8775105.
19
17
20
18
## Getting models
21
19
Please refer to the [ExecuTorch Llama2 docs](https://github.com/pytorch/executorch/blob/main/examples/models/llama2/README.md) to export the model.
0 commit comments