We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d043305 commit 9217ed1Copy full SHA for 9217ed1
tutorials/nlp/SpellMapper_English_ASR_Customization.ipynb
@@ -85,7 +85,7 @@
85
"# Install NeMo library. If you are running locally (rather than on Google Colab), comment out the below lines\n",
86
"# and instead follow the instructions at https://github.com/NVIDIA/NeMo#Installation\n",
87
"GITHUB_ACCOUNT = \"NVIDIA\"\n",
88
- "BRANCH = \'r1.20.0\'\n",
+ "BRANCH = \'main'\n",
89
"!python -m pip install git+https://github.com/{GITHUB_ACCOUNT}/NeMo.git@{BRANCH}#egg=nemo_toolkit[all]\n",
90
"\n",
91
"# Download local version of NeMo scripts. If you are running locally and want to use your own local NeMo code,\n",
0 commit comments