Hugging Face logo

Changelog

Keep track of latest changes on the Hugging Face Hub

Sep 18, 25
Repositories total file size is now displayed

The Files & Versions tab now displays the total size of a repository on the current branch/folder, making it easier to see the storage used by models, datasets, and Spaces. The size updates automatically as files are added or removed, giving you an up-to-date view of repository usage.

image/png

Sep 17, 25
Custom Domains for Spaces

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.

image/png

Sep 11, 25
Emoji Autocomplete in Discussions and Posts

Easily add emojis to your discussions, posts, and comments with the new emoji autocomplete. Simply type : followed by part of an emoji name (like :exp) and a menu of suggestions will appear, making it much faster to express yourself with the perfect emoji.

image/png

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