PyTorch dependency warning when installing #408
Labels
enhancement
New feature or request
topic:NLP
Issue or PR about NLP model support and eland_import_hub_model
Using the following commands to install eland generates a warning
The final
pip install
emits this warning:torchvision 0.11.1 has requirement torch==1.10.0, but you'll have torch 1.9.1 which is incompatible.
There isn't an explicit requirement for
torchvision
it comes from sentence-transformers 2.0.0. PyTorch 1.10 was recently released.Although labelled a bug the warning appears harmless for the purpose of the model upload script (
eland_import_hub_model
).The text was updated successfully, but these errors were encountered: