Loading [MathJax]/extensions/tex2jax.js

cannot import name ‘cached_download’ from ‘huggingface_hub’

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

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

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
pip install -U sentence-transformers
pip install -U sentence-transformers
pip install -U sentence-transformers

原因:

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

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

0

GitHub

Posted by vastee