Reduce transitive dependencies from sentence-transformers #624
Labels
enhancement
New feature or request
good first issue
Good for newcomers
topic:NLP
Issue or PR about NLP model support and eland_import_hub_model
When we install
sentence-transformers
in ourpytorch
target, we pull in all of the transitive dependencies of that library which include many libraries that we will never need. Excluding these transitive dependencies will reduce eland's overall installation footprint and consequently the Docker image size. This simplification can also help reduce dependency conflicts such as #408.The text was updated successfully, but these errors were encountered: