Contents

gpustat 1.1.1

0

An utility to monitor NVIDIA GPU status and usage

An utility to monitor NVIDIA GPU status and usage

Stars: 3824, Watchers: 3824, Forks: 273, Open Issues: 27

The wookayin/gpustat repo was created 7 years ago and the last code push was 2 months ago.
The project is very popular with an impressive 3824 github stars!

How to Install gpustat

You can install gpustat using pip

pip install gpustat

or add it to a project with poetry

poetry add gpustat

Package Details

Author
Jongwook Choi
License
MIT
Homepage
https://github.com/wookayin/gpustat
PyPi:
https://pypi.org/project/gpustat/
GitHub Repo:
https://github.com/wookayin/gpustat

Classifiers

  • System/Monitoring
No  gpustat  pypi packages just yet.

Errors

A list of common gpustat errors.

Code Examples

Here are some gpustat code examples and snippets.

GitHub Issues

The gpustat package has 27 open issues on GitHub

  • make appimage format or binary file ,it can run everywhere
  • Process not displayed

See more issues on GitHub

Related Packages & Articles

fastai 2.7.14

fastai simplifies training fast and accurate neural nets using modern best practices

deepspeed 0.14.0

DeepSpeed is a Python package developed by Microsoft that provides a deep learning optimization library designed to scale across multiple GPUs and servers. It is capable of training models with billions or even trillions of parameters, achieving excellent system throughput and efficiently scaling to thousands of GPUs.

DeepSpeed is particularly useful for training and inference of large language models, and it falls under the category of Machine Learning Frameworks and Libraries. It is designed to work with PyTorch and offers system innovations such as Zero Redundancy Optimizer (ZeRO), 3D parallelism, and model-parallelism to enable efficient training of large models.