Skip to content

itsmehemant123/discord-nvidia-smi-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPU Info bot

Setup

  • Install dependencies with:
pip install -r requirements.txt
  • Create auth.json, and place it inside the config folder. Its content should be:
{
   "token": "<your_token>"
}

How to run

  • Run the script with:
python client.py

Command (s)

  • Show the numbers with:
!info

Improvements

  • Show running processes.
  • As of now, it just assumes NVidia GPU and the presence of nvidia-smi.

Releases

No releases published

Packages

No packages published

Languages