GPU CLI makes remote GPU execution feel like local development. Just prefix your commands with gpu run.
curl -fsSL gpu-cli.sh/install.sh | shWorks with any Python project. No Docker knowledge needed.
Automatic file sync using .gitignore rules. Outputs stream back in real-time.
Auto-stop after inactivity. Pay only for what you use.
# Local development
$ uv run python train.py
# Remote GPU - just add 'gpu'
$ gpu run uv run python train.py