Skip to content

shell script for displaying all nvidia/cuda related information

Notifications You must be signed in to change notification settings

gc625-kodifly/nvidia-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

nvidia-info

This is a simple bash script that prints the CUDA Toolkit version, Nvidia driver version, and cuDNN version. It supports a -v or --verbose option for verbose output.

Installation

To install and use this script:

  1. Download the nvidia-info file or clone this repository.
  2. Make the script executable with the command chmod +x /path/to/nvidia-info.
  3. Move the script to a directory in your PATH, like /usr/local/bin, with the command sudo mv /path/to/nvidia-info /usr/local/bin/nvidia-info.

After these steps, you should be able to run nvidia-info from any directory in the terminal.

About

shell script for displaying all nvidia/cuda related information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages