cannot import name 'cached_download' from 'huggingface_hub'
参考 https://blog.csdn.net/weixin_41492426/article/details/143215577
0.26 及以上的版本不支持 cached_download 了。
该库好像对别的库没有啥影响,所以直接装一个旧版本就行了:
pip install huggingface_hub==0.25.2 -i https://pypi.tuna.tsinghua.edu.cn/simple
转载注意标注出处:
转自Cold_Chair的博客+原博客地址