Skip to content

Commit

Permalink
Update Multi_Task_Adapters.ipynb (NVIDIA#10600)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Żelasko <petezor@gmail.com>
  • Loading branch information
pzelasko authored Sep 24, 2024
1 parent 0fad1c1 commit 849e7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/asr/asr_adapters/Multi_Task_Adapters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
},
"outputs": [],
"source": [
"from nemo.collections.asr.data.audio_to_text_lhotse_prompted import get_prompt_format_fn, registered_prompt_format_fn"
"from nemo.collections.common.prompts.fn import get_prompt_format_fn, registered_prompt_format_fn"
]
},
{
Expand Down Expand Up @@ -707,7 +707,7 @@
"from lhotse.dataset.collation import collate_vectors\n",
"\n",
"from nemo.collections.asr.data.audio_to_text_lhotse import TokenizerWrapper\n",
"from nemo.collections.asr.data.audio_to_text_lhotse_prompted import PromptedAudioToTextLhotseDataset, get_prompt_format_fn\n",
"from nemo.collections.asr.data.audio_to_text_lhotse_prompted import PromptedAudioToTextLhotseDataset\n",
"\n",
"class MyCanaryPromptedAudioToTextLhotseDataset(torch.utils.data.Dataset):\n",
" \"\"\"\n",
Expand Down

0 comments on commit 849e7e0

Please sign in to comment.