Hugging Face logo

Changelog

Keep track of latest changes on the Hugging Face Hub

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
Jul 28, 25
Trending Papers

The Daily Papers page now includes Trending Papers, showcasing the most popular and impactful research papers from the community, along with their corresponding code implementations on GitHub. Trending Papers are ranked based on recent GitHub star activity.

image/png

Jul 25, 25
Introducing a better Hugging Face CLI

We’ve renamed huggingface-cli to hf and overhauled the command structure for speed and clarity. The new CLI now uses the format hf <resource> <action>, so commands like hf auth login, hf repo create, or hf download Qwen/Qwen3-0.6B are now consistent and intuitive.

Migration is easy, the old CLI still works and will gently point you to the new commands.

You can learn more by reading the full announcement in this blog article.

image/png