Skip to content

Commit 9217ed1

Browse files
authored
Update tutorials/nlp/SpellMapper_English_ASR_Customization.ipynb
Signed-off-by: Somshubra Majumdar <[email protected]>
1 parent d043305 commit 9217ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/nlp/SpellMapper_English_ASR_Customization.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"# Install NeMo library. If you are running locally (rather than on Google Colab), comment out the below lines\n",
8686
"# and instead follow the instructions at https://github.com/NVIDIA/NeMo#Installation\n",
8787
"GITHUB_ACCOUNT = \"NVIDIA\"\n",
88-
"BRANCH = \'r1.20.0\'\n",
88+
"BRANCH = \'main'\n",
8989
"!python -m pip install git+https://github.com/{GITHUB_ACCOUNT}/NeMo.git@{BRANCH}#egg=nemo_toolkit[all]\n",
9090
"\n",
9191
"# Download local version of NeMo scripts. If you are running locally and want to use your own local NeMo code,\n",

0 commit comments

Comments
 (0)