TLDRocket
Sign in

Infrastructure

36 summarised stories about Infrastructure, each linking back to the original source. Browse all topics →

Tuesday, 9 June 2026

Migrating Your GitHub CI to Hugging Face Jobs

Hugging Face Blog 1 month ago

Trackio migrated its GitHub Actions CI pipeline to run on Hugging Face Jobs, a serverless infrastructure service that supports arbitrary hardware including GPUs. The migration reduced CPU job runtime from 1m40s to 1m10s (30% faster) and enabled GPU tests to complete in 45 seconds on a t4-small machine at minimal cost. The setup requires duplicating a dispatcher Space, creating a GitHub App, and changing the `runs-on` label in workflows from `ubuntu-latest` to labels like `hf-jobs-cpu-upgrade` or `hf-jobs-t4-small`.