-
-
Notifications
You must be signed in to change notification settings - Fork 719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPU utilization plot reports repeated GPUs #4117
Comments
Hi @mrocklin , I'm using |
@trivialfis you may need to upgrade the dask lab extension if you are using jupyter lab (recommended). You can also find it directly on the dashboard at |
Related #3808 . |
I think this has been resolved by #3810 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@quasiben and I were playing around with his 2-gpu system, and were surprised to see four GPUs in his dashboard plots. I suspect that each worker was separately reporting the metrics for both GPUs on the system.
The relevant code for this is here:
distributed/distributed/diagnostics/nvml.py
Lines 6 to 12 in ecaf140
Perhaps pynvml does not respect
CUDA_VISIBLE_DEVICES
? Should we filter this on our own?cc @rjzamora @jacobtomlinson
The text was updated successfully, but these errors were encountered: