GPUtil
Package — UtilityPython 3.7+Intermediate
Get GPU status: usage, memory, temperature (NVIDIA)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python; NVIDIA drivers required)
- Install
pip install gputil
Learn by Difficulty
Quick Example
python
# Install: pip install gputil import gputil # Basic GPUtil usage print(f"Using GPUtil") # See documentation for detailed examples
GPUtil is a third-party package. Get GPU status: usage, memory, temperature (NVIDIA). Install with: pip install gputil
Try in PlaygroundTags
packageutilityhelper