MKorablyov / LambdaZero

4 stars 0 forks source link

Specify `torch-geometric` version in the beluga installation section of the README.md #78

Closed sumanabasu closed 4 years ago

sumanabasu commented 4 years ago

In the setup of Beluga, specify the torch-geometric version to be able to install it from pypi, instead of the default CC wheelhouse:

pip install torch-geometric==1.5.0

Otherwise, by default it will install from the Compute Canada wheelhouse, which at this moment has torch-geometric 1.4.2 as the most recent version. This will downgrade all the previously installed 1.5.0 torch packages to 1.4

MJ10 commented 4 years ago

Thanks! I have updated it in #73