Changelog
Keep track of latest changes on the Hugging Face Hub
Spaces can now be hosted under a custom domain, making it easier to brand and share your applications with a personalized URL. This feature is available for PRO users and for Team/Enterprise organizations, and accessible from your Spaces settings page. Read the documentation.
You can now switch the settings context directly from your settings page, between your personal account and any of your organizations. This makes it easier to manage configurations across different workspaces.
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