We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should be mentioned in the README.md that if you had an Nvidia GPU you will need nvidia-smi.
nvidia-smi
On Debian you'd install that with sudo apt install nvidia-smi
sudo apt install nvidia-smi
The text was updated successfully, but these errors were encountered:
Thank you for your comment! In the Readme you can see
If you want to monitor your Nvidia GPU, nvidia-smi has to be installed.
Are you sure you can sudo apt install nvidia-smi and this works without installing the actual driver?
Sorry, something went wrong.
FYI on Ubuntu 20.04, the nvidia-smi binary is apparently part of the nvidia-utils-xxx packages.
@MatthiasSchinzel I need nvidia-smi and the Nvidia drivers but when I install the Nvidia drivers Debian doesn't install nvidia-smi for me
No branches or pull requests
It should be mentioned in the README.md that if you had an Nvidia GPU you will need
nvidia-smi
.On Debian you'd install that with
sudo apt install nvidia-smi
The text was updated successfully, but these errors were encountered: