chenzhao / light-dist-gnn

43 stars 5 forks source link

RuntimeError: DGL requires PyTorch >= 1.9.0 #1

Open LukeLIN-web opened 1 year ago

LukeLIN-web commented 1 year ago

Now DGL requires PyTorch >= 1.9.0, so that we need install as conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch

DuoLife-QNL commented 4 months ago

What if the cuda version I use is cuda 11?

LukeLIN-web commented 4 months ago

What if the cuda version I use is cuda 11?

Can it work or not? It should work well in my perspective. Just use conda install pytorch torchvision torchaudio cudatoolkit=$yourversion -c pytorch