Text-to-Speech
NeMo
GGUF
NeMo
TTS
PyTorch
Speech
Multilingual-TTS

Add NeMo-Speech.cpp GGUF and tokenizer assets

#6
.gitattributes CHANGED
@@ -46,3 +46,4 @@ Feb26_CE-Removed_Magpie-TTS-5speakers.nemo filter=lfs diff=lfs merge=lfs -text
46
  magpie_tts_next.nemo filter=lfs diff=lfs merge=lfs -text
47
  CE-Removed_Magpie-TTS-ML-V1_5speakers_new_withinferenceparams.nemo filter=lfs diff=lfs merge=lfs -text
48
  magpie_tts_next_withoutinferenceparams.nemo filter=lfs diff=lfs merge=lfs -text
 
 
46
  magpie_tts_next.nemo filter=lfs diff=lfs merge=lfs -text
47
  CE-Removed_Magpie-TTS-ML-V1_5speakers_new_withinferenceparams.nemo filter=lfs diff=lfs merge=lfs -text
48
  magpie_tts_next_withoutinferenceparams.nemo filter=lfs diff=lfs merge=lfs -text
49
+ *.gguf filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -158,7 +158,7 @@ This model is not intended for zero-shot voice cloning, languages outside the 12
158
  ## How to Get Started with the Model
159
 
160
  > [!TIP]
161
- > Choose a path below: [Hosted API Quickstart](#hosted-api-quickstart) (no GPU required) or [Local Inference with NeMo Speech](#local-inference-with-nemo) (Method 1 for a single utterance, Method 2 for batch evaluation).
162
 
163
  ### Hosted API Quickstart
164
 
@@ -234,7 +234,38 @@ python python-clients/scripts/tts/talk.py \
234
 
235
  > **Note:** Voice IDs and supported sample rates follow the deployed NIM. Use `--list-voices` against this endpoint, or see the **API Reference** on the [Magpie TTS Multilingual](https://build.nvidia.com/nvidia/magpie-tts-multilingual) page.
236
 
237
- ### Local Inference with NeMo Speech
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
238
 
239
  <a id="local-inference-with-nemo"></a>
240
 
 
158
  ## How to Get Started with the Model
159
 
160
  > [!TIP]
161
+ > Try the [hosted API](#hosted-api-quickstart), run locally with [NeMo-Speech.cpp](#run-magpietts-locally-with-nemo-speechcpp), or use the [NeMo Speech Framework](#local-inference-with-nemo) for Python inference and training.
162
 
163
  ### Hosted API Quickstart
164
 
 
234
 
235
  > **Note:** Voice IDs and supported sample rates follow the deployed NIM. Use `--list-voices` against this endpoint, or see the **API Reference** on the [Magpie TTS Multilingual](https://build.nvidia.com/nvidia/magpie-tts-multilingual) page.
236
 
237
+ ### Run MagpieTTS locally with NeMo-Speech.cpp
238
+
239
+ [NeMo-Speech.cpp](https://github.com/NVIDIA/NeMo-Speech.cpp) provides a
240
+ lightweight native C++ runtime for running this model locally. This `v2602`
241
+ GGUF uses the tokenizer assets contained in the original `.nemo` archive and
242
+ the companion NanoCodec decoder.
243
+
244
+ After [installing NeMo-Speech.cpp](https://github.com/NVIDIA/NeMo-Speech.cpp#installation):
245
+
246
+ ```bash
247
+ hf download nvidia/magpie_tts_multilingual_357m \
248
+ --include magpie_tts_multilingual_357m.v2602.f16.gguf \
249
+ --include magpie_tts_multilingual_357m.nemo \
250
+ --local-dir magpie-tts
251
+
252
+ mkdir -p magpie-tts/extracted
253
+ tar -xf magpie-tts/magpie_tts_multilingual_357m.nemo \
254
+ -C magpie-tts/extracted
255
+
256
+ hf download nvidia/nemo-nano-codec-22khz-1.89kbps-21.5fps \
257
+ nemo_nano_codec_22khz_1.89kbps_21.5fps.decoder.f16.gguf \
258
+ --local-dir nano-codec
259
+
260
+ nemo-speech synthesize "Hello from Magpie Multilingual." \
261
+ --magpie-model magpie-tts/magpie_tts_multilingual_357m.v2602.f16.gguf \
262
+ --codec-model nano-codec/nemo_nano_codec_22khz_1.89kbps_21.5fps.decoder.f16.gguf \
263
+ --tokenizer-dir magpie-tts/extracted \
264
+ --language en-US \
265
+ --output speech.wav
266
+ ```
267
+
268
+ ### Python Inference with the NeMo Speech Framework
269
 
270
  <a id="local-inference-with-nemo"></a>
271
 
magpie_tts_multilingual_357m.v2602.f16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:901d299a8b1df016cf81cae0089a7a7c15627b9633d033357e15a47d9a219a75
3
+ size 448604832