KeepGPU
Keep shared GPUs alive with lightweight VRAM sessions
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install KeepGPU?โผ
Run `npx skills add Wangmerlyn/KeepGPU --all -g -y` in your terminal to install the skill globally. You also need PyTorch and the keep-gpu Python package installed for the underlying CLI to work.
How to stop a GPU from being released on shared servers?โผ
Run `keep-gpu start --gpu-ids 0 --vram 1GiB --interval 60` to hold a lightweight VRAM signal that keeps the GPU active. Stop it anytime with `keep-gpu stop --all`.
Does KeepGPU work on Mac and AMD GPUs?โผ
Yes. It supports NVIDIA CUDA, AMD ROCm/HIP, and Apple Silicon MPS, as long as PyTorch can see the device on your machine.
Will KeepGPU slow down other users on a shared machine?โผ
No. It monitors GPU utilization and automatically backs off when the card is busy, only running keepalive cycles when the GPU is idle.
Can I monitor my KeepGPU sessions in a browser?โผ
Yes. KeepGPU ships with a local web dashboard at http://127.0.0.1:8765/ where you can view active sessions and GPU status.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core