Skip to content

Commit 3cdc4b8

Browse files
authored
Update Android demo app README.md (#10922)
1 parent 7719d31 commit 3cdc4b8

File tree

1 file changed

+3
-2
lines changed
  • examples/demo-apps/android/LlamaDemo

1 file changed

+3
-2
lines changed

examples/demo-apps/android/LlamaDemo/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ExecuTorch Llama Android Demo App
22

3-
**[UPDATE - 10/24]** We have added support for running quantized Llama 3.2 1B/3B models in demo apps on the [XNNPACK backend](https://github.com/pytorch/executorch/blob/main/examples/demo-apps/android/LlamaDemo/docs/delegates/xnnpack_README.md). We currently support inference with SpinQuant and QAT+LoRA quantization methods.
3+
**[UPDATE - 2025-05-15]** We have added support for running Qwen3 0.6B and 4B model. Please see [this tutorial](https://github.com/pytorch/executorch/tree/main/examples/models/qwen3#summary) for export. Loading and running Qwen3 with this app is the same as Llama, as in this doc.
44

55
We’re excited to share that the newly revamped Android demo app is live and includes many new updates to provide a more intuitive and smoother user experience with a chat use case! The primary goal of this app is to showcase how easily ExecuTorch can be integrated into an Android demo app and how to exercise the many features ExecuTorch and Llama models have to offer.
66

@@ -26,6 +26,7 @@ As a whole, the models that this app supports are (varies by delegate):
2626
* Llama 3 8B
2727
* Llama 2 7B
2828
* LLaVA-1.5 vision model (only XNNPACK)
29+
* Qwen 3 0.6B, 1.7B, and 4B
2930

3031

3132
## Building the APK
@@ -170,4 +171,4 @@ Go to `examples/demo-apps/android/LlamaDemo`,
170171
```
171172

172173
## Reporting Issues
173-
If you encountered any bugs or issues following this tutorial please file a bug/issue here on [Github](https://github.com/pytorch/executorch/issues/new).
174+
If you encountered any bugs or issues following this tutorial please file a bug/issue here on [Github](https://github.com/pytorch/executorch/issues/new), or join our discord [here](https://lnkd.in/gWCM4ViK).

0 commit comments

Comments
 (0)