.pte export of the Mistralai Voxtral-Mini-3B-2507 model mistralai/Voxtral-Mini-3B-2507 for:| File | Description |
|---|---|
model.pte | ExecuTorch program (main model) |
voxtral_preprocessor.pte | ExecuTorch program (audio preprocessor) |
tekken.json | Tokenizer configuration |
mistralai/Voxtral-Mini-3B-25071EXECUTORCH_BUILD_KERNELS_TORCHAO=1 TORCHAO_BUILD_EXPERIMENTAL_MPS=1 ./install_executorch.sh
2make voxtral-metal1./cmake-out/examples/models/voxtral/voxtral_runner \
2 --model_path /path/to/model.pte \
3 --preprocessor_path /path/to/voxtral_preprocessor.pte \
4 --audio_path /path/to/audio.wav \
5 --tokenizer_path /path/to/tekken.jsonmistralai/Voxtral-Mini-3B-2507).