-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
huggingface_hub removed cached_download #1208
Comments
We do pin leapfrogai/packages/text-embeddings/pyproject.toml Lines 1 to 39 in 1562db1
but there is a mis-mtach in the README document within the text-embeddings package's directory: We also should have mentioned the https://github.com/defenseunicorns/leapfrogai/blob/main/docs/DEVELOPMENT.md#bundle-development If you open a PR with the docs changes, I can approve it and merge it in. |
text-embedding package uses huggingface_hub which has removed support for
cached_download
in the latest versions. A tested version of this continues to work is 0.25.2 and this version should either be pinned or have the backend python script reworked to remove the usage of cached_download.The README.md in text-embeddings could have the pip install command updated to be
pip install 'huggingface_hub[cli,hf_transfer]==0.25.2'
See this separate un-related GitHub issue where this topic is discussed at length easydiffusion/easydiffusion#1851
The text was updated successfully, but these errors were encountered: