Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions examples/models/voxtral_realtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ microphone input).

https://github.com/user-attachments/assets/44717dc5-777f-4710-ad55-5ec4fa04b9c4

Also, try a sample [standalone macOS app](https://github.com/meta-pytorch/executorch-examples/tree/main/voxtral_realtime/macos) to do real time transcription.

https://github.com/user-attachments/assets/a89677ef-8309-426e-a2f4-6d1ea8494b99

## Prerequisites

- ExecuTorch installed from source (see [building from source](../../../docs/source/using-executorch-building-from-source.md))
Expand Down Expand Up @@ -58,6 +62,10 @@ python -m executorch.extension.audio.mel_spectrogram \
Export produces a single `.pte` containing the audio encoder, text decoder,
and token embedding.

> [!TIP]
> Mistral has already published pre-exported `.pte` files for select backends, including macOS Metal, on their [HuggingFace Hub](https://huggingface.co/mistral-labs/Voxtral-Mini-4B-Realtime-2602-Executorch).


```bash
python export_voxtral_rt.py \
--model-path ~/models/Voxtral-Mini-4B-Realtime-2602 \
Expand Down
Loading