From 0ee82f8522549ce894fb1d4204ae409aacb562f7 Mon Sep 17 00:00:00 2001 From: Nithin Rao Koluguri Date: Wed, 14 Feb 2024 15:30:08 -0800 Subject: [PATCH] updat ebranch in tutorial Signed-off-by: Nithin Rao Koluguri --- tutorials/asr/ASR_with_Transducers.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/asr/ASR_with_Transducers.ipynb b/tutorials/asr/ASR_with_Transducers.ipynb index 29d64c89196a..d20042b9b970 100644 --- a/tutorials/asr/ASR_with_Transducers.ipynb +++ b/tutorials/asr/ASR_with_Transducers.ipynb @@ -31,7 +31,7 @@ "!pip install matplotlib>=3.3.2\n", "\n", "## Install NeMo\n", - "BRANCH = 'r1.23.0'\n", + "BRANCH = 'main'\n", "!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n", "\n", "## Grab the config we'll use in this example\n",