Skip to content

Commit

Permalink
fix syntax error introduced in PR-7079
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Antonova <antonova_sasha@list.ru>
  • Loading branch information
bene-ges committed Jul 24, 2023
1 parent 6e9df3d commit dc028bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/nlp/SpellMapper_English_ASR_Customization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"# Install NeMo library. If you are running locally (rather than on Google Colab), comment out the below lines\n",
"# and instead follow the instructions at https://github.com/NVIDIA/NeMo#Installation\n",
"GITHUB_ACCOUNT = \"NVIDIA\"\n",
"BRANCH = \'r1.20.0\'\n",
"BRANCH = \"r1.20.0\"\n",
"!python -m pip install git+https://github.com/{GITHUB_ACCOUNT}/NeMo.git@{BRANCH}#egg=nemo_toolkit[all]\n",
"\n",
"# Download local version of NeMo scripts. If you are running locally and want to use your own local NeMo code,\n",
Expand Down

0 comments on commit dc028bc

Please sign in to comment.