dwadden / multivers

Code and model checkpoints for the MultiVerS model for scientific claim verification.
MIT License
44 stars 11 forks source link

environment error #13

Open trongnk2106 opened 12 months ago

trongnk2106 commented 12 months ago

I am trying to run your repo on google colab. But the problem is that the versions of the packages are no longer supported. I replaced some packages : !pip install torch==2.0.0+cu118 torchvision==0.15.1+cu118 torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu118 !pip install pytorch-lightning

but still some errors occur. Can you update the requirements.txt file? Thank you

dwadden commented 12 months ago

Sorry about this issue. Can you provide a bit more information on versions of packages that are no longer supported? Does this means they're not longer available for installation? Which packages does this apply to?

isryanyhliu commented 2 months ago

try to uninstall torch, torchvision, torchaudio then re-install the correct version related to your own device