8000 GitHub - coding-famer/GPU_Utils: Help you find free gpu and analyze gpu usage when using a gpu server shared with others
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

coding-famer/GPU_Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPU_Utils

Help you find free gpu and analyze gpu usage when using a gpu server shared with others.

People usually used a gpu server shared with others, it is annoying to set free gpu every time, and it is difficult to know who is using the gpu and how much memory they used. You can use this tool to show some basic information about the gpu server.

PyPI py_versions

Install

From Pip

pip install gpustatus

From Source

git clone https://github.com/coding-famer/GPU_Utils
cd GPU_Utils
python setup.py install

Or install with editable mode (i.e. changes to the source code will be reflected in the installed package immediately):

git clone https://github.com/coding-famer/GPU_Utils
cd GPU_Utils
pip install -e .

Usage

$ gpustatus --show-all
$ gpustatus --show-by-user [username]
$ gpustatus --show-by-gpu [gpu_id]

About

Help you find free gpu and analyze gpu usage when using a gpu server shared with others

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0