Releases: CastelDazur/gpu-memory-guard
Releases · CastelDazur/gpu-memory-guard
v0.1.0 - Initial Release
First public release of gpu-memory-guard.
Features
- Check GPU VRAM usage via nvidia-smi (subprocess) or pynvml
-
- Estimate whether a model will fit in available VRAM
-
- Configurable safety buffer (default 512MB)
-
- CLI interface:
gpu-guard --check <size_gb>
- CLI interface:
-
- Python API:
from gpu_guard import check_vram
- Python API:
Install
pip install gpu-memory-guard