We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e5ec0 commit 082ea71Copy full SHA for 082ea71
examples/models/voxtral/README.md
@@ -180,3 +180,7 @@ You can also produce raw audio file as follows (for Option A):
180
```
181
ffmpeg -i audio.mp3 -f f32le -acodec pcm_f32le -ar 16000 audio_input.bin
182
183
+
184
+### Android and iOS mobile demo apps
185
186
+We have example mobile demo apps for Android and iOS (using XNNPACK) [here](https://github.com/meta-pytorch/executorch-examples/tree/main/llm)
0 commit comments