You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually, you only need -g2 that says that each of your commands will need 2 GPUs.
If you need to specify -G2 it's probably because you are trying to run on a queue that has only one GPU like gpu_1 and that you need to override the defaults of the queue.
The error thrown is probably not clear and it could be handled more gracefully.
I had to pass both
-g 2
and-G 2
.The text was updated successfully, but these errors were encountered: