From 082ea71b5bc358a6a47bf99f88bf2f2631919b7e Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Tue, 21 Oct 2025 09:07:45 -0700 Subject: [PATCH] Update README with mobile demo app details Added information about mobile demo apps for Android and iOS. --- examples/models/voxtral/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/models/voxtral/README.md b/examples/models/voxtral/README.md index 65085e30c1d..ee98ddc250e 100644 --- a/examples/models/voxtral/README.md +++ b/examples/models/voxtral/README.md @@ -180,3 +180,7 @@ You can also produce raw audio file as follows (for Option A): ``` ffmpeg -i audio.mp3 -f f32le -acodec pcm_f32le -ar 16000 audio_input.bin ``` + +### Android and iOS mobile demo apps + +We have example mobile demo apps for Android and iOS (using XNNPACK) [here](https://github.com/meta-pytorch/executorch-examples/tree/main/llm)