Closed shufinskiy closed 2 months ago
Thanks for your contribution, unfortunately github can't show the diff of this PR, can you take a screenshot?
@MahmoudAshraf97, sure.
Before:
After:
I see that nemo-toolkit update version 2+, but error stay without upgrade huggingface_hub version.
Should be fixed now, can you verify?
@MahmoudAshraf97 yes, 2.0dev fixed this error.
Hello.
I try to run Colab notebook and I came across such a mistake:
As I read in the issues of the Nemo project, this is due to the fact that when using the nemo-toolkit version 1.23.0 is incompatible with the huggingface-hub library versions higher than 0.23.2.
By default, huggingface-hub==0.24.7 is installed in Colab.
I added a forced upgrade of this library to the first cell. After reinstalling huggingface-hub, everything worked out successfully.