Skip to content

Commit

Permalink
[DOC UPDATE ]Fix ImportError: cannot import name 'ModelFilter' from '…
Browse files Browse the repository at this point in the history
…huggingface_hub' in slm_pretraining_sft.ipynb (#208)

latest huggingface_hub with nemo_toolkit==1.23.0 does not have  ModelFilter.
  • Loading branch information
manjunathshiva authored Oct 14, 2024
1 parent bbc837d commit 0ed97bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finetuning/NeMo/slm/slm_pretraining_sft.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"outputs": [],
"source": [
"!pip install --quiet ipywidgets\n",
"!pip install --upgrade --quiet huggingface_hub"
"!pip install --quiet huggingface_hub==0.22.0"
]
},
{
Expand Down

0 comments on commit 0ed97bc

Please sign in to comment.