Skip to content

Commit 37e3972

Browse files
committed
voxtral_tts: add License section (CC BY-NC 4.0), merge cpu+xnnpack presets
1 parent f78c02e commit 37e3972

2 files changed

Lines changed: 20 additions & 30 deletions

File tree

examples/models/voxtral_tts/CMakePresets.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
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)",
@@ -54,15 +47,6 @@
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)",
@@ -88,20 +72,6 @@
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)",

examples/models/voxtral_tts/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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
176176
directory).
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

0 commit comments

Comments
 (0)