Skip to content

Commit 5916156

Browse files
committed
Adding fix of asr_diar tutorial for r3.0.0
Signed-off-by: Taejin Park <tango4j@gmail.com>
1 parent 99afc7b commit 5916156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/speaker_tasks/ASR_with_SpeakerDiarization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"DOMAIN_TYPE = \"meeting\" # Can be meeting or telephonic based on domain type of the audio file\n",
194194
"CONFIG_FILE_NAME = f\"diar_infer_{DOMAIN_TYPE}.yaml\"\n",
195195
"\n",
196-
"CONFIG_URL = f\"https://raw.githubusercontent.com/NVIDIA/NeMo/main/examples/speaker_tasks/diarization/conf/inference/{CONFIG_FILE_NAME}\"\n",
196+
"CONFIG_URL = f\"https://raw.githubusercontent.com/NVIDIA/NeMo/{BRANCH}/examples/speaker_tasks/diarization/conf/inference/{CONFIG_FILE_NAME}\"\n",
197197
"\n",
198198
"if not os.path.exists(os.path.join(data_dir,CONFIG_FILE_NAME)):\n",
199199
" CONFIG = wget.download(CONFIG_URL, data_dir)\n",

0 commit comments

Comments
 (0)