Skip to content

Commit 256d756

Browse files
ericharpererhoo82
authored andcommitted
update package info
Signed-off-by: ericharper <[email protected]>
1 parent 741b371 commit 256d756

File tree

71 files changed

+252
-252
lines changed

Some content is hidden

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

71 files changed

+252
-252
lines changed

Jenkinsfile

Lines changed: 178 additions & 178 deletions
Large diffs are not rendered by default.

nemo/package_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
MAJOR = 1
1717
MINOR = 21
1818
PATCH = 0
19-
PRE_RELEASE = 'rc0'
19+
PRE_RELEASE = ''
2020

2121
# Use the following formatting: (major, minor, patch, pre-release)
2222
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)

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 = 'r1.20.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 = 'r1.20.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 = 'r1.20.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 = 'r1.20.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
@@ -41,7 +41,7 @@
4141
"!pip install text-unidecode\n",
4242
"\n",
4343
"### Install NeMo\n",
44-
"BRANCH = 'main'\n",
44+
"BRANCH = 'r1.20.0'\n",
4545
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]"
4646
]
4747
},

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 = 'r1.20.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
@@ -40,7 +40,7 @@
4040
"!pip install matplotlib>=3.3.2\n",
4141
"\n",
4242
"## Install NeMo\n",
43-
"BRANCH = 'main'\n",
43+
"BRANCH = 'r1.20.0'\n",
4444
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
4545
"\n",
4646
"\"\"\"\n",

tutorials/asr/ASR_for_telephony_speech.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"!pip install matplotlib>=3.3.2\n",
2929
"\n",
3030
"## Install NeMo\n",
31-
"BRANCH = 'main'\n",
31+
"BRANCH = 'r1.20.0'\n",
3232
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
3333
"\n",
3434
"## Grab the config we'll use in this example\n",

0 commit comments

Comments
 (0)