Launch Serverless Gpu Job

Launch a one-off / batch GPU job (training, evaluation, export, benchmarking) on a rented or serverless GPU when you don't have a local one — or need a bigger/faster card than you have. Covers three providers: Vast.ai (cheap marketplace GPUs you rent + tear down; fully automated here via a helper CLI), Modal (managed serverless, per-second, auto scale-to-zero — what LibreYOLO's own nightly e2e runs on), and Beam (managed serverless, simple decorator). Use whenever someone wants to "run this on a cloud GPU", "train on a rented GPU", "spin up a GPU for a job", "launch on Vast/Modal/Beam", or check what's still billing. NOT for standing inference endpoints / autoscaling serving — this is for batch jobs that start, do work, and stop.

libreyolo 8c1fcc9 4 files · 39.0 KB Updated

File contents

libreyolo/libreyolo/tree/main/skills/launch-serverless-gpu-job commit 8c1fcc9a7d

Frequently asked questions

npx skillmds@latest add libreyolo/launch-serverless-gpu-job