cannot import name ‘cached_download’ from ‘huggingface_hub’

事象:KeyBERTをインポートした時に遭遇

解決法:sentence-transformerの更新を行なった

pip install -U sentence-transformers

原因:

元々の原因は,huggingface_hubでcached_download()をはじめとする関数が削除されてしまったこと.

https://github.com/easydiffusion/easydiffusion/issues/1851

GitHub

Posted by vastee