You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be valuable to reorganize the dependencies using setuptools optional dependencies?
I find myself interested only in the sparse indexing bm25 but don't find it valuable to install torch, transformers etc... which are bloating my binaries.
I can put together a PR that can split the dependencies if it's aligned with the project's roadmap.
The text was updated successfully, but these errors were encountered:
mabounassif
changed the title
Optional Dependencies ["sparse", "dense"]
[Feature Request] Optional Dependencies ["sparse", "dense"]
Oct 25, 2024
Would it be valuable to reorganize the dependencies using
setuptools
optional dependencies?I find myself interested only in the sparse indexing bm25 but don't find it valuable to install torch, transformers etc... which are bloating my binaries.
I can put together a PR that can split the dependencies if it's aligned with the project's roadmap.
The text was updated successfully, but these errors were encountered: