How can I use GPU on training in Linux. #181
-
Hello! Two tests: But "nequip-train configs/minimal.yaml" test always says: Is there any parameter or environment variable I have to set? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi @ssrokyz, there is an explicit setting:
But the default is true and minimal.yaml doesn't set it explicitly, hence it defaults to cuda. If you ssh onto your GPU and run
what does it say? |
Beta Was this translation helpful? Give feedback.
-
How do you know it used GPU? |
Beta Was this translation helpful? Give feedback.
-
The problem was the PyTorch installation. Thank you very much @simonbatzner and @Linux-cpp-lisp for the instant and good answer! |
Beta Was this translation helpful? Give feedback.
Hi @ssrokyz, there is an explicit setting:
But the default is true and minimal.yaml doesn't set it explicitly, hence it defaults to cuda. If you ssh onto your GPU and run
what does it say?