ChangeIsKey / LSCDBenchmark

7 stars 1 forks source link

requirements.txt does not reflect all dependencies #52

Open nvanva opened 2 months ago

nvanva commented 2 months ago

After installing from requirements.txt running python -m unittest tests.integration.test_wic_models.TestWICModels.test_wic_ger_ackergeraet_engpass results in sentence_transformers and deepmistake dependencies not found.

arshandalili commented 2 months ago

requirements.txt file has been updated to cover the required libraries.

nvanva commented 2 months ago

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: image

@arshandalili @Garrafao Any ideas how to solve this?

nvanva commented 1 month ago

Ok, i've solved this problem by removing torchvision from dependencies, we probably don't need it in an NLP benchmark anyway.