SkillAgentSearch skills...

SetGPU

Small Python library to automatically set CUDA_VISIBLE_DEVICES to the least loaded device on multi-GPU systems.

Install / Use

/learn @bamos/SetGPU
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

setGPU

A small Python library that automatically sets CUDA_VISIBLE_DEVICES to the least-loaded GPU on multi-GPU systems and can be used by:

  1. Putting import setGPU before any import that will use a GPU like Torch, TensorFlow, or JAX.
  2. Defining an alias such as alias setGPU='eval $(python3 -m setGPU)' and calling that to set the GPU in the shell before running another program that uses the GPU.

Installation

pip install git+https://github.com/bamos/setGPU.git

Dependencies

Licensing

This code is in the public domain.

View on GitHub
GitHub Stars111
CategoryDevelopment
Updated5mo ago
Forks24

Languages

Python

Security Score

77/100

Audited on Oct 18, 2025

No findings