-
Notifications
You must be signed in to change notification settings - Fork 284
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
Enhance gpustat to Display Latest CUDA Version Compatible with Current NVIDIA Driver #165
Comments
Why don't use simply run This is usually done just only once or very infrequently around when you install the driver. Once driver version is fixed, this information doesn't change on runtime or depending on particular python(conda) environments. I'm not sure this is important information worth including in gpustat. |
I had written down some reasons here. @wookayin , in your opinion, the GPU driver version can also be determined by running What I've considered is, if I use gpustat-web to monitor many GPU machines shared by my team—machines with various types of GPUs and different CUDA driver versions (GPU driver versions) that could be updated to a new version at some point—I hope to determine which GPU machine has free GPU cards and whether its CUDA version is new enough for my needs. Lastly, this enhancement could streamline the tools; typing one command is better than two, isn't it? |
I apologize for unintentionally mistakenly closing the issue just now. |
No worries. I think now I'm convinced it would be useful information to display.
But I would say I disagree with this, GPU driver version is more useful than the CUDA compatibility version. Anyway this is not difficult to add so I will implement it soon. |
Is your feature request related to a problem? Please describe.
The current version of
nvidia-smi
displays the latest CUDA version that the current NVIDIA Driver is compatible with. Could gpustat incorporate this feature? While the current version of gpustat displays the Driver Version, for Machine Learning purposes, knowing the latest CUDA version it supports is crucial. Hence, I propose adding this information to gpustat to streamline the process without the need to manually search the official NVIDIA documentation for CUDA compatibilities.Current
gpustat
version's header:Reference
nvidia-smi
header:Describe the solution you'd like
Enhance gpustat to display the latest CUDA version alongside the NVIDIA Driver version in its header.
Describe alternatives you've considered
While manually running
nvidia-smi
can accomplish the aforementioned objective, incorporating this feature would allow us to operate independently ofnvidia-smi
. This enhancement could streamline the tools and facilitate multi-machine monitoring with gpustat-web.Additional context
None
The text was updated successfully, but these errors were encountered: