File tree Expand file tree Collapse file tree
examples/models/voxtral_tts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 " voxtral-tts-base"
1919 ]
2020 },
21- {
22- "name" : " voxtral-tts-xnnpack" ,
23- "displayName" : " Voxtral TTS runner (XNNPACK)" ,
24- "inherits" : [
25- " voxtral-tts-base"
26- ]
27- },
2821 {
2922 "name" : " voxtral-tts-cuda" ,
3023 "displayName" : " Voxtral TTS runner (CUDA)" ,
5447 " voxtral_tts_runner"
5548 ]
5649 },
57- {
58- "name" : " voxtral-tts-xnnpack" ,
59- "displayName" : " Build Voxtral TTS runner (XNNPACK)" ,
60- "configurePreset" : " voxtral-tts-xnnpack" ,
61- "configuration" : " Release" ,
62- "targets" : [
63- " voxtral_tts_runner"
64- ]
65- },
6650 {
6751 "name" : " voxtral-tts-cuda" ,
6852 "displayName" : " Build Voxtral TTS runner (CUDA)" ,
8872 }
8973 ]
9074 },
91- {
92- "name" : " voxtral-tts-xnnpack" ,
93- "displayName" : " Voxtral TTS (XNNPACK)" ,
94- "steps" : [
95- {
96- "type" : " configure" ,
97- "name" : " voxtral-tts-xnnpack"
98- },
99- {
100- "type" : " build" ,
101- "name" : " voxtral-tts-xnnpack"
102- }
103- ]
104- },
10575 {
10676 "name" : " voxtral-tts-cuda" ,
10777 "displayName" : " Voxtral TTS (CUDA)" ,
Original file line number Diff line number Diff line change @@ -175,6 +175,26 @@ bash examples/models/voxtral_tts/run_cuda_e2e.sh ~/models/Voxtral-4B-TTS-2603
175175` es_male ` , ` fr_female ` , ` fr_male ` (under ` voice_embedding/ ` in the model
176176directory).
177177
178+ ## License
179+
180+ The ExecuTorch example code in this directory is licensed under the
181+ BSD-style license found in the repository root.
182+
183+ The [ Voxtral-4B-TTS-2603] ( https://huggingface.co/mistralai/Voxtral-4B-TTS-2603 )
184+ model weights and bundled voice embeddings are licensed by Mistral AI under
185+ [ CC BY-NC 4.0] ( https://creativecommons.org/licenses/by-nc/4.0/ )
186+ (Creative Commons Attribution-NonCommercial 4.0 International). This means:
187+
188+ - ** Attribution required** : credit Mistral AI and the voice data sources
189+ (EARS, CML-TTS, IndicVoices-R, Arabic Natural Audio datasets).
190+ - ** NonCommercial only** : the model weights may not be used for commercial
191+ purposes.
192+
193+ The NC restriction originates from the voice reference datasets used to train
194+ the model. See the
195+ [ model card] ( https://huggingface.co/mistralai/Voxtral-4B-TTS-2603 ) for
196+ full details.
197+
178198## Troubleshooting
179199
180200- ** ` __cudaLaunch was not declared ` during build** : ` CPATH ` is polluted with
You can’t perform that action at this time.
0 commit comments