From 1a8f793de7d5ff3796a6538865bfc902ae7d82cc Mon Sep 17 00:00:00 2001 From: Jocelyn Date: Wed, 26 Oct 2022 09:52:12 -0700 Subject: [PATCH] Fix link to inference notebook (#5247) Signed-off-by: Jocelyn Huang Signed-off-by: Jocelyn Huang --- tutorials/tts/NeMo_TTS_Primer.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/tts/NeMo_TTS_Primer.ipynb b/tutorials/tts/NeMo_TTS_Primer.ipynb index c904791ff228..71fc263b4f7e 100644 --- a/tutorials/tts/NeMo_TTS_Primer.ipynb +++ b/tutorials/tts/NeMo_TTS_Primer.ipynb @@ -1991,7 +1991,7 @@ "\n", "To get more hands on experience with NeMo TTS, look through some of our other [tutorials](https://github.com/NVIDIA/NeMo/tree/main/tutorials/tts).\n", "\n", - "* Running pretrained models: [Inference_ModelSelect](https://github.com/NVIDIA/NeMo/blob/main)\n", + "* Running pretrained models: [Inference_ModelSelect](https://github.com/NVIDIA/NeMo/blob/main/tutorials/tts/Inference_ModelSelect.ipynb)\n", "* FastPitch [training](https://github.com/NVIDIA/NeMo/blob/main/tutorials/tts/FastPitch_MixerTTS_Training.ipynb) and [fine-tuning](https://github.com/NVIDIA/NeMo/blob/main/tutorials/tts/FastPitch_Finetuning.ipynb)\n", "\n", "To learn how to deploy and serve your TTS models, visit [Riva](https://docs.nvidia.com/deeplearning/riva/index.html)." @@ -2058,4 +2058,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}