Skip to content

Commit

Permalink
run with non-dev option (NVIDIA#8077) (NVIDIA#8078)
Browse files Browse the repository at this point in the history
Signed-off-by: Nithin Rao Koluguri <nithinraok>
Co-authored-by: Nithin Rao <[email protected]>
Signed-off-by: Sasha Meister <[email protected]>
  • Loading branch information
2 people authored and sashameister committed Feb 15, 2024
1 parent e7e7cbd commit b7b3552
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/asr/Confidence_Ensembles.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
" NEMO_DIR = os.path.join(WORKSPACE_DIR, 'NeMo')\n",
"\n",
"# installing nemo (from source code)\n",
"!cd $NEMO_DIR && ./reinstall.sh\n",
"!cd $NEMO_DIR && ./reinstall.sh non-dev\n",
"\n",
"# clone SDP and install requirements\n",
"!git clone https://github.com/NVIDIA/NeMo-speech-data-processor $WORKSPACE_DIR/NeMo-speech-data-processor\n",
Expand Down Expand Up @@ -509,9 +509,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.13"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit b7b3552

Please sign in to comment.