Skip to content

Commit 0ed97bc

Browse files
[DOC UPDATE ]Fix ImportError: cannot import name 'ModelFilter' from 'huggingface_hub' in slm_pretraining_sft.ipynb (NVIDIA#208)
latest huggingface_hub with nemo_toolkit==1.23.0 does not have ModelFilter.
1 parent bbc837d commit 0ed97bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

finetuning/NeMo/slm/slm_pretraining_sft.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"outputs": [],
122122
"source": [
123123
"!pip install --quiet ipywidgets\n",
124-
"!pip install --upgrade --quiet huggingface_hub"
124+
"!pip install --quiet huggingface_hub==0.22.0"
125125
]
126126
},
127127
{

0 commit comments

Comments
 (0)