What would be the best CUDA and Pytorch version for NequIP? #367
-
The place I'm working only has CUDA 11.2, and I'm trying to figure out which pytorch version should I need to ask, but it seems not easy... Meanwhile, could anyone recommend the best CUDA and Pytorch version for NequIP? Maybe I can ask system admins for these versions. I know we have PyTorch >= 1.8, !=1.9, <=1.11.* but I just hope to learn about the optimal environment for NequIP before I ask to admins. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @turbosonics , Thanks for your interest in our code! We currently still recommend PyTorch 1.11, which works officially with CUDA 11.3 or 10.2. I think 11.4 should also work. (See https://pytorch.org/get-started/previous-versions/#linux-and-windows-11) |
Beta Was this translation helpful? Give feedback.
Hi @turbosonics ,
Thanks for your interest in our code!
We currently still recommend PyTorch 1.11, which works officially with CUDA 11.3 or 10.2. I think 11.4 should also work. (See https://pytorch.org/get-started/previous-versions/#linux-and-windows-11)