Back to Changelog
Jul 30, 25

Introducing HF Jobs: Run scalable compute jobs on Hugging Face

Hugging Face Jobs lets you effortlessly run compute tasks on our infrastructure—from simple scripts to large-scale workloads—with a simple CLI. Whether you need CPUs, or high-end GPUs, Jobs provides instant access to the hardware you need, billed by the second.

Quick Start Examples:

Run Python code directly:

hf jobs run python:3.12 python -c "print('Hello from the cloud!')"

Use GPUs without any setup:

hf jobs run --flavor=t4-small ubuntu nvidia-smi