Skip to content

Commit

Permalink
Fix typo in HF tutorial (#9302)
Browse files Browse the repository at this point in the history
Signed-off-by: smajumdar <[email protected]>
  • Loading branch information
titu1994 authored May 24, 2024
1 parent f073ed9 commit 6040af5
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -916,7 +916,7 @@
{
"cell_type": "code",
"source": [
"hf_model2 = nemo_asr.models.ASRModel.from_pretrained(hf_model_name + \"v2\")"
"hf_model2 = nemo_asr.models.ASRModel.from_pretrained(hf_model_name + \"_v2\")"
],
"metadata": {
"id": "WDgwrr2aQyUS"
Expand Down

0 comments on commit 6040af5

Please sign in to comment.