From 70af2494baf6ba99c4912d9833f120744be45f60 Mon Sep 17 00:00:00 2001 From: Eric Harper Date: Mon, 31 Jul 2023 09:59:06 -0600 Subject: [PATCH] update branch (#7135) Signed-off-by: ericharper --- tutorials/asr/Offline_ASR.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/asr/Offline_ASR.ipynb b/tutorials/asr/Offline_ASR.ipynb index 82fb5401a3fe..751eedba1519 100644 --- a/tutorials/asr/Offline_ASR.ipynb +++ b/tutorials/asr/Offline_ASR.ipynb @@ -52,7 +52,7 @@ "id": "I9eIxAyKHREB" }, "source": [ - "BRANCH = 'main'\n", + "BRANCH = 'r1.20.0'\n", "try:\n", " # Import NeMo Speech Recognition collection\n", " import nemo.collections.asr as nemo_asr\n", @@ -655,4 +655,4 @@ "outputs": [] } ] -} \ No newline at end of file +}