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
I'm currently using Earth2Mip on Docker with the modulus image. On my PC, I have 2 GPUs and Pytorch can detect them without any issues. I want to speed up the Ensemble Forecast by leveraging the 2 GPUs rather than using just 1. However, when I checked, Modulus isn't detecting both GPUs, just the first one. Is there any fixes I can do so that it'll detect both?
How are you launching the code? Can you share the launch command and any errors you see? And, can you share what you are expecting to see when you call run_inference?
I realized that it was a mistake on my end. I was expecting to see both GPUs being utilized but I see that I simply had to use torchrun instead of python to make it work
Version
0.6.0
On which installation method(s) does this occur?
No response
Describe the issue
I'm currently using Earth2Mip on Docker with the modulus image. On my PC, I have 2 GPUs and Pytorch can detect them without any issues. I want to speed up the Ensemble Forecast by leveraging the 2 GPUs rather than using just 1. However, when I checked, Modulus isn't detecting both GPUs, just the first one. Is there any fixes I can do so that it'll detect both?
Minimum reproducible example
Relevant log output
Environment details
The text was updated successfully, but these errors were encountered: