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

does this code support linux GPU training host? #8

Open
qingyuan18 opened this issue Jul 31, 2023 · 2 comments
Open

does this code support linux GPU training host? #8

qingyuan18 opened this issue Jul 31, 2023 · 2 comments

Comments

@qingyuan18
Copy link

The repo is using windows cuda dll lib , which can't run on linux gpu marchine

Is there any roadmap to support linux training hosts? otherwise we need to adapt the code ourselves

Thanks

@delight16
Copy link

The repo is using windows cuda dll lib , which can't run on linux gpu marchine

Is there any roadmap to support linux training hosts? otherwise we need to adapt the code ourselves

Thanks

Currently, I have also encountered this problem. May I ask how you resolved it?

@XiangguanMu
Copy link

I comment the

import os
os.add_dll_directory('c:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v10.1/bin')
os.add_dll_directory(os.path.dirname(__file__)) 

in model_rd.py, and install

torch                 1.9.0+cu111
torch_geometric       2.0.2
torch-scatter         2.0.7
torch-sparse          0.6.10

, then it works for my linux server.

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

3 participants