Skip to content

Commit

Permalink
update branch for pynini install script (#6150)
Browse files Browse the repository at this point in the history
Signed-off-by: ericharper <complex451@gmail.com>
  • Loading branch information
ericharper committed Mar 8, 2023
1 parent 95f7f99 commit 1631118
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions tutorials/AudioTranslationSample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"\n",
"# install Pynini for text normalization\n",
"! wget https://raw.githubusercontent.com/NVIDIA/NeMo/main/nemo_text_processing/install_pynini.sh\n",
"! wget https://raw.githubusercontent.com/NVIDIA/NeMo/${BRANCH}/nemo_text_processing/install_pynini.sh\n",
"! bash install_pynini.sh"
]
},
Expand Down Expand Up @@ -284,4 +284,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
4 changes: 2 additions & 2 deletions tutorials/VoiceSwapSample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"\n",
"# install Pynini for text normalization\n",
"! wget https://raw.githubusercontent.com/NVIDIA/NeMo/main/nemo_text_processing/install_pynini.sh\n",
"! wget https://raw.githubusercontent.com/NVIDIA/NeMo/${BRANCH}/nemo_text_processing/install_pynini.sh\n",
"! bash install_pynini.sh"
]
},
Expand Down Expand Up @@ -329,4 +329,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[nlp]\n",
"\n",
"# install Pynini for text normalization\n",
"! wget https://raw.githubusercontent.com/NVIDIA/NeMo/main/nemo_text_processing/install_pynini.sh\n",
"! wget https://raw.githubusercontent.com/NVIDIA/NeMo/${BRANCH}/nemo_text_processing/install_pynini.sh\n",
"! bash install_pynini.sh"
]
},
Expand Down
2 changes: 1 addition & 1 deletion tutorials/text_processing/WFST_Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[nemo_text_processing]\n",
"\n",
"# install Pynini for text normalization\n",
"! wget https://raw.githubusercontent.com/NVIDIA/NeMo/main/nemo_text_processing/install_pynini.sh\n",
"! wget https://raw.githubusercontent.com/NVIDIA/NeMo/${BRANCH}/nemo_text_processing/install_pynini.sh\n",
"! bash install_pynini.sh"
]
},
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tts/Aligner_Inference_Examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"# !apt-get install sox libsndfile1 ffmpeg\n",
"# !pip install wget text-unidecode\n",
"# !python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"# !wget https://raw.githubusercontent.com/NVIDIA/NeMo/main/nemo_text_processing/install_pynini.sh\n",
"# !wget https://raw.githubusercontent.com/NVIDIA/NeMo/${BRANCH}/nemo_text_processing/install_pynini.sh\n",
"# !bash install_pynini.sh"
]
},
Expand Down
8 changes: 4 additions & 4 deletions tutorials/tts/FastPitch_Finetuning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"# !apt-get install sox libsndfile1 ffmpeg\n",
"# !pip install wget text-unidecode pynini==2.1.4\n",
"# !python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"# !wget https://raw.githubusercontent.com/NVIDIA/NeMo/main/nemo_text_processing/install_pynini.sh\n",
"# !wget https://raw.githubusercontent.com/NVIDIA/NeMo/${BRANCH}/nemo_text_processing/install_pynini.sh\n",
"# !bash install_pynini.sh"
]
},
Expand Down Expand Up @@ -112,9 +112,9 @@
"\n",
"```\n",
"{\"audio_filepath\": \"audio/dartagnan03part1_027_dumas_0047.wav\", \"text\": \"yes monsieur\", \"duration\": 1.04, \"text_no_preprocessing\": \"Yes, monsieur.\", \"text_normalized\": \"Yes, monsieur.\"}\n",
"```"
]
},
"```"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tts/FastPitch_MixerTTS_Training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"# !apt-get install sox libsndfile1 ffmpeg\n",
"# !pip install wget text-unidecode pynini==2.1.4 scipy==1.7.3\n",
"# !python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"# !wget https://raw.githubusercontent.com/NVIDIA/NeMo/main/nemo_text_processing/install_pynini.sh\n",
"# !wget https://raw.githubusercontent.com/NVIDIA/NeMo/${BRANCH}/nemo_text_processing/install_pynini.sh\n",
"# !bash install_pynini.sh"
]
},
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tts/Inference_DurationPitchControl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"# !apt-get install sox libsndfile1 ffmpeg\n",
"# !pip install wget text-unidecode\n",
"# !python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"# !wget https://raw.githubusercontent.com/NVIDIA/NeMo/main/nemo_text_processing/install_pynini.sh\n",
"# !wget https://raw.githubusercontent.com/NVIDIA/NeMo/${BRANCH}/nemo_text_processing/install_pynini.sh\n",
"# !bash install_pynini.sh"
]
},
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tts/Inference_ModelSelect.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"# !apt-get install sox libsndfile1 ffmpeg\n",
"# !pip install wget text-unidecode\n",
"# !python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"# !wget https://raw.githubusercontent.com/NVIDIA/NeMo/main/nemo_text_processing/install_pynini.sh\n",
"# !wget https://raw.githubusercontent.com/NVIDIA/NeMo/${BRANCH}/nemo_text_processing/install_pynini.sh\n",
"# !bash install_pynini.sh"
]
},
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tts/Pronunciation_customization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"# !apt-get install sox libsndfile1 ffmpeg\n",
"# !pip install wget text-unidecode pynini==2.1.4\n",
"# !python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"# !wget https://raw.githubusercontent.com/NVIDIA/NeMo/main/nemo_text_processing/install_pynini.sh\n",
"# !wget https://raw.githubusercontent.com/NVIDIA/NeMo/${BRANCH}/nemo_text_processing/install_pynini.sh\n",
"# !bash install_pynini.sh"
]
},
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tts/Tacotron2_Training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"# !apt-get install sox libsndfile1 ffmpeg\n",
"# !pip install wget text-unidecode\n",
"# !python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"# !wget https://raw.githubusercontent.com/NVIDIA/NeMo/main/nemo_text_processing/install_pynini.sh\n",
"# !wget https://raw.githubusercontent.com/NVIDIA/NeMo/${BRANCH}/nemo_text_processing/install_pynini.sh\n",
"# !bash install_pynini.sh"
]
},
Expand Down

0 comments on commit 1631118

Please sign in to comment.