We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It might be worth mentioning that the requirements.txt specifically installs torch libraries for cuda 10.2 as this took a while to debug.
requirements.txt
cuda 10.2
I am using this with torch 1.8.0+cu111 and it all seems to work as intended.
torch 1.8.0+cu111
> pip list | grep torch torch 1.8.0+cu111 torch-cluster 1.5.9 torch-geometric 1.6.3 torch-scatter 2.0.6 torch-sparse 0.6.9 torch-spline-conv 1.2.1 torchaudio 0.8.0 torchvision 0.9.0+cu111
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It might be worth mentioning that the
requirements.txt
specifically installs torch libraries forcuda 10.2
as this took a while to debug.I am using this with
torch 1.8.0+cu111
and it all seems to work as intended.The text was updated successfully, but these errors were encountered: