Open nvanva opened 2 months ago
requirements.txt
file has been updated to cover the required libraries.
If I do a fresh clone of the repo and try to install dependencies following the instruction in README after pip install -r requirements.txt --find-links https://download.pytorch.org/whl/torch_stable.html
I get this:
@arshandalili @Garrafao Any ideas how to solve this?
Ok, i've solved this problem by removing torchvision from dependencies, we probably don't need it in an NLP benchmark anyway.
After installing from requirements.txt running
python -m unittest tests.integration.test_wic_models.TestWICModels.test_wic_ger_ackergeraet_engpass
results insentence_transformers
anddeepmistake
dependencies not found.