Skip to content

Commit 2faf5ce

Browse files
authored
Update Voxtral README.md (#14283)
Update according to #14275
1 parent 23acfea commit 2faf5ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/models/voxtral/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ The exported model takes in a mel spectrogram input tensor as its audio inputs.
5454
We provide a simple way to transform raw audio data into a mel spectrogram by exporting a version of Voxtral's audio preprocessor used directly by Transformers.
5555

5656
```
57-
python -m executorch.extension.audio.mel_spectrogram --feature_size 128 --output_file voxtral_preprocessor.pte
57+
# Export a preprocessor that can handle audio up to 5 mins (300s).
58+
python -m executorch.extension.audio.mel_spectrogram --feature_size 128 --stack_output --max_audio_len 300 --output_file voxtral_preprocessor.pte
5859
```
5960

6061
## Building the multimodal runner

0 commit comments

Comments
 (0)