Skip to content

Commit

Permalink
update branch (#9189)
Browse files Browse the repository at this point in the history
Signed-off-by: eharper <eharper@nvidia.com>
  • Loading branch information
ericharper committed May 14, 2024
1 parent 865839e commit da34ee7
Show file tree
Hide file tree
Showing 79 changed files with 96 additions and 96 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2268,8 +2268,8 @@ jobs:
# stage('L2: Model Parallel Size 2 Megatron Text Classification') {
# when {
# anyOf{
# branch 'main'
# changeRequest target: 'main'
# branch 'r2.0.0rc0'
# changeRequest target: 'r2.0.0rc0'
# }
# }
# failFast true
Expand Down Expand Up @@ -2297,8 +2297,8 @@ jobs:
# stage('L2: Model Parallel Size 2 Megatron Autoresume') {
# when {
# anyOf{
# branch 'main'
# changeRequest target: 'main'
# branch 'r2.0.0rc0'
# changeRequest target: 'r2.0.0rc0'
# }
# }
# failFast true
Expand Down Expand Up @@ -2328,8 +2328,8 @@ jobs:
# stage('L2: Model Parallel Size 2 Megatron Evaluation from .nemo') {
# when {
# anyOf{
# branch 'main'
# changeRequest target: 'main'
# branch 'r2.0.0rc0'
# changeRequest target: 'r2.0.0rc0'
# }
# }
# failFast true
Expand All @@ -2349,8 +2349,8 @@ jobs:
# stage('L2: Model Parallel Size 2 Megatron Train from .nemo') {
# when {
# anyOf{
# branch 'main'
# changeRequest target: 'main'
# branch 'r2.0.0rc0'
# changeRequest target: 'r2.0.0rc0'
# }
# }
# failFast true
Expand Down Expand Up @@ -3464,8 +3464,8 @@ jobs:
# stage('L2: NMT Bottleneck Fallback') {
# when {
# anyOf {
# branch 'main'
# changeRequest target: 'main'
# branch 'r2.0.0rc0'
# changeRequest target: 'r2.0.0rc0'
# }
# }
# failFast true
Expand Down Expand Up @@ -3510,8 +3510,8 @@ jobs:
# stage('L2: NMT Bottleneck Architecture') {
# when {
# anyOf {
# branch 'main'
# changeRequest target: 'main'
# branch 'r2.0.0rc0'
# changeRequest target: 'r2.0.0rc0'
# }
# }
# failFast true
Expand Down Expand Up @@ -3591,8 +3591,8 @@ jobs:
# stage('L2: NMT Bottleneck LVM') {
# when {
# anyOf {
# branch 'main'
# changeRequest target: 'main'
# branch 'r2.0.0rc0'
# changeRequest target: 'r2.0.0rc0'
# }
# }
# failFast true
Expand Down
2 changes: 1 addition & 1 deletion tutorials/00_NeMo_Primer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"!pip install text-unidecode\n",
"\n",
"# ## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"\n",
"## Install TorchAudio\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/01_NeMo_Models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"!pip install text-unidecode\n",
"\n",
"# ## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"\n",
"## Install TorchAudio\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/02_NeMo_Adapters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"!pip install text-unidecode\n",
"\n",
"# ## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\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",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/AudioTranslationSample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"outputs": [],
"source": [
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n"
]
},
Expand Down
2 changes: 1 addition & 1 deletion tutorials/Publish_NeMo_Model_On_Hugging_Face_Hub.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"!pip install text-unidecode\n",
"\n",
"### Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]"
]
},
Expand Down
2 changes: 1 addition & 1 deletion tutorials/VoiceSwapSample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"outputs": [],
"source": [
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n"
]
},
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/ASR_CTC_Language_Finetuning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"!pip install matplotlib>=3.3.2\n",
"\n",
"## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"\n",
"\"\"\"\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/ASR_Confidence_Estimation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"outputs": [],
"source": [
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"\n",
"\"\"\"\n",
"You can run either this notebook locally (if you have all the dependencies and a GPU) or on Google Colab.\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/ASR_Context_Biasing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"metadata": {},
"outputs": [],
"source": [
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"\n",
"\"\"\"\n",
"You can run either this notebook locally (if you have all the dependencies and a GPU) or on Google Colab.\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/ASR_TTS_Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"metadata": {},
"outputs": [],
"source": [
"BRANCH = 'main'"
"BRANCH = 'r2.0.0rc0'"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/ASR_for_telephony_speech.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"!pip install matplotlib>=3.3.2\n",
"\n",
"## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\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",
Expand Down
4 changes: 2 additions & 2 deletions tutorials/asr/ASR_with_NeMo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"!pip install matplotlib>=3.3.2\n",
"\n",
"## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"\n",
"\"\"\"\n",
Expand Down Expand Up @@ -588,7 +588,7 @@
"\n",
"if not os.path.exists(config_path):\n",
" # Grab the config we'll use in this example\n",
" BRANCH = 'main'\n",
" BRANCH = 'r2.0.0rc0'\n",
" !mkdir configs\n",
" !wget -P configs/ https://raw.githubusercontent.com/NVIDIA/NeMo/$BRANCH/examples/asr/conf/config.yaml\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/ASR_with_Subword_Tokenization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"!pip install matplotlib>=3.3.2\n",
"\n",
"## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\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",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/ASR_with_Transducers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"!pip install matplotlib>=3.3.2\n",
"\n",
"## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\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",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/Buffered_Transducer_Inference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"!pip install matplotlib>=3.3.2\n",
"\n",
"## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"\n",
"# Update numba and restart (this is required to update internal numba version of Colab)\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"!pip install matplotlib>=3.3.2\n",
"\n",
"## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"\n",
"# Update numba and restart (this is required to update internal numba version of Colab)\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/Intro_to_Transducers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"!pip install matplotlib>=3.3.2\n",
"\n",
"## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]"
],
"execution_count": null,
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/Multilang_ASR.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"\n",
"## Install NeMo\n",
"## We are using the main branch but you might want to adjust that too\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"\n",
"\"\"\"\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/Offline_ASR_with_VAD_for_CTC_models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"!pip install wget\n",
"\n",
"## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"\n",
"\"\"\"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"!pip install pyaudio\n",
"\n",
"# ## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[asr]\n",
"\n",
"## Grab the config we'll use in this example\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"outputs": [],
"source": [
"# ## Uncomment this cell to install NeMo if it has not been installed\n",
"# BRANCH = 'main'\n",
"# BRANCH = 'r2.0.0rc0'\n",
"# !python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[asr]"
]
},
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/Online_Noise_Augmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"!pip install text-unidecode\n",
"\n",
"# ## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[asr]\n",
"\n",
"## Install TorchAudio\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/Online_Offline_Microphone_VAD_Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"!pip install pyaudio\n",
"\n",
"# ## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[asr]\n",
"\n",
"## Install TorchAudio\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/Online_Offline_Speech_Commands_Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"!pip install pyaudio\n",
"\n",
"# ## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[asr]\n",
"\n",
"## Install TorchAudio\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/Self_Supervised_Pre_Training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"!pip install matplotlib>=3.3.2\n",
"\n",
"## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"\n",
"\"\"\"\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/Speech_Commands.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"!pip install text-unidecode\n",
"\n",
"# ## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[asr]\n",
"\n",
"## Install TorchAudio\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/Streaming_ASR.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"!pip install matplotlib>=3.3.2\n",
"\n",
"## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\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",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/Voice_Activity_Detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"!pip install text-unidecode\n",
"\n",
"# ## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[asr]\n",
"\n",
"## Install TorchAudio\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/asr/asr_adapters/ASR_with_Adapters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"!pip install matplotlib>=3.3.2\n",
"\n",
"## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"5. Restart the runtime (Runtime -> Restart Runtime) for any upgraded packages to take effect\n",
"\"\"\"\n",
"\n",
"GIT_USER, GIT_BRANCH = 'NVIDIA', 'main'\n",
"GIT_USER, GIT_BRANCH = 'NVIDIA', 'r2.0.0rc0'\n",
"\n",
"if 'google.colab' in str(get_ipython()):\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"!pip install matplotlib>=3.3.2\n",
"\n",
"## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"\n",
"\"\"\"\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/cloud/aws/SageMaker_ASR_Training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"!pip install matplotlib>=3.3.2\n",
"\n",
"## Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
"\n",
"\"\"\"\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/multimodal/Multimodal Data Preparation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"! pip install img2dataset\n",
"\n",
"### Install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"# If you're using Google Colab and not running locally, run this cell\n",
"\n",
"# install NeMo\n",
"BRANCH = 'main'\n",
"BRANCH = 'r2.0.0rc0'\n",
"!python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[nlp]"
]
},
Expand Down
Loading

0 comments on commit da34ee7

Please sign in to comment.