Closed ByeongJuWoo closed 2 months ago
Hi,
Thanks for your interest. Can you confirm that you are using pytorch 1.13, cuda 11.6 and python 3.8?
If you use the same version of pytorch and cuda, but with a different version of python, you can search the matched one from the wheel repo.
Also, this is the wheel repo for cuda 11.8.
Let us know if you still have problems installing dgl.
The wheel repo you found works well. Thanks a lot!
Hi, thank you for your great work!
I want to reproduce your code, but i have trouble in environment setting. After I initiate conda env cast, given pip install for dgl doesn't work.
In official dgl installation homepage they only support for torch 2.x. Also, I cannot find proper wheel file in repo, which is dgl==1.1.3+cu116.
How can I install proper dgl version for cuda 11.6?