Skip to content

Commit ceeafa4

Browse files
[🤠]: Howdy folks, let's release NeMo r2.1.0 ! (#11556)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: pablo-garay <7166088+pablo-garay@users.noreply.github.com>
1 parent d9677ce commit ceeafa4

File tree

77 files changed

+81
-81
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+81
-81
lines changed

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN pip install nemo_run@git+https://github.com/NVIDIA/NeMo-Run.git@${NEMO_RUN_T
5454
# Install NeMo requirements
5555
ARG TE_TAG=7d576ed25266a17a7b651f2c12e8498f67e0baea
5656
ARG MODELOPT_VERSION=0.19.0
57-
ARG MCORE_TAG=bd677bfb13ac2f19deaa927adc6da6f9201d66aa
57+
ARG MCORE_TAG=core_r0.10.0
5858

5959
ARG APEX_TAG=810ffae374a2b9cb4b5c5e28eaeca7d7998fca0c
6060
RUN \

tutorials/00_NeMo_Primer.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"!pip install text-unidecode\n",
4343
"\n",
4444
"# ## Install NeMo\n",
45-
"BRANCH = 'main'\n",
45+
"BRANCH = 'r2.1.0'\n",
4646
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
4747
"\n",
4848
"## Install TorchAudio\n",

tutorials/01_NeMo_Models.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"!pip install text-unidecode\n",
3838
"\n",
3939
"# ## Install NeMo\n",
40-
"BRANCH = 'main'\n",
40+
"BRANCH = 'r2.1.0'\n",
4141
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
4242
"\n",
4343
"## Install TorchAudio\n",

tutorials/02_NeMo_Adapters.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"!pip install text-unidecode\n",
2626
"\n",
2727
"# ## Install NeMo\n",
28-
"BRANCH = 'main'\n",
28+
"BRANCH = 'r2.1.0'\n",
2929
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
3030
"\n",
3131
"## Grab the config we'll use in this example\n",

tutorials/AudioTranslationSample.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"outputs": [],
4040
"source": [
41-
"BRANCH = 'main'\n",
41+
"BRANCH = 'r2.1.0'\n",
4242
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n"
4343
]
4444
},

tutorials/Publish_NeMo_Model_On_Hugging_Face_Hub.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"!pip install text-unidecode\n",
4040
"\n",
4141
"### Install NeMo\n",
42-
"BRANCH = 'main'\n",
42+
"BRANCH = 'r2.1.0'\n",
4343
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]"
4444
]
4545
},

tutorials/VoiceSwapSample.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"outputs": [],
4141
"source": [
42-
"BRANCH = 'main'\n",
42+
"BRANCH = 'r2.1.0'\n",
4343
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n"
4444
]
4545
},

tutorials/asr/ASR_CTC_Language_Finetuning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"!pip install matplotlib>=3.3.2\n",
4040
"\n",
4141
"## Install NeMo\n",
42-
"BRANCH = 'main'\n",
42+
"BRANCH = 'r2.1.0'\n",
4343
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
4444
"\n",
4545
"\"\"\"\n",

tutorials/asr/ASR_Confidence_Estimation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"outputs": [],
1111
"source": [
12-
"BRANCH = 'main'\n",
12+
"BRANCH = 'r2.1.0'\n",
1313
"\n",
1414
"\"\"\"\n",
1515
"You can run either this notebook locally (if you have all the dependencies and a GPU) or on Google Colab.\n",

tutorials/asr/ASR_Context_Biasing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"metadata": {},
132132
"outputs": [],
133133
"source": [
134-
"BRANCH = 'main'\n",
134+
"BRANCH = 'r2.1.0'\n",
135135
"\n",
136136
"\"\"\"\n",
137137
"You can run either this notebook locally (if you have all the dependencies and a GPU) or on Google Colab.\n",

0 commit comments

Comments
 (0)