From b7b355206c99189e45232cb3559f98fc6aac2dfc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 11:50:57 -0800 Subject: [PATCH] run with non-dev option (#8077) (#8078) Signed-off-by: Nithin Rao Koluguri Co-authored-by: Nithin Rao Signed-off-by: Sasha Meister --- tutorials/asr/Confidence_Ensembles.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/asr/Confidence_Ensembles.ipynb b/tutorials/asr/Confidence_Ensembles.ipynb index eab46d3b06e5..9bab06dd2976 100644 --- a/tutorials/asr/Confidence_Ensembles.ipynb +++ b/tutorials/asr/Confidence_Ensembles.ipynb @@ -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", @@ -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 }