Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

torch version problem #3

Open
cChrister opened this issue Aug 2, 2023 · 1 comment
Open

torch version problem #3

cChrister opened this issue Aug 2, 2023 · 1 comment

Comments

@cChrister
Copy link

cChrister commented Aug 2, 2023

Installation in Readme.md

conda install pytorch==1.8.0 torchvision==0.9.0 cudatoolkit=10.2 -c pytorch

I think this should be

conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=10.2 -c pytorch

because of the requirement piqa need torch>=1.12.0 and torchvision>=0.13.0

@seanywang0408
Copy link
Owner

Thank you for pointing out. We find that the newest version of PICA matches the newer version of Pytorch. For those who do not want to update their Pytorch version, we recommend to install PICA==1.1.8. We specify this requirement in the update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants