releases.shpreview
Hugging Face

Hugging Face

$npx @buildinternet/releases get hugging-face

Jobs get optional names; README recast for CLI-first

This release1 featureNew capabilities1 enhancementImprovements to existing features1 fixBug fixesAI-tallied from the release notes
huggingface_hub · v1.24.0

Jobs on the Hub now support an optional --name flag on the CLI and a name parameter on the Python API, making them easier to find in the UI. The README was recast to put the hf CLI first, with a new "For AI agents" section.

Read more →

Inkling 975B model added; GPTNeoX weight naming changed

BreakingThis release3 featuresNew capabilities8 enhancementsImprovements to existing features15 fixesBug fixesAI-tallied from the release notes
Transformers · v5.14.0

Added Inkling, a 975B-parameter multimodal model, and TIPSv2. GPTNeoX now remaps embed_out to lm_head and GPTBigCode has attention backend changes for vLLM compatibility. Multi-Token Prediction decoding support, SDPA prefill with FlashAttention for StaticCache (up to 260% faster), and numerous bug fixes across MoE, cache, and generation.

Read more →

Pickle loading hardened; EUPE and TIPSv2 encoders added

This release3 featuresNew capabilities4 enhancementsImprovements to existing features4 fixesBug fixesAI-tallied from the release notes

Hardened pickle loading against security concerns, fixed a ZeroDivisionError in AverageMeter, and fixed reg_token not being added to no-weight-decay and stem/embed LR groups. Also added EUPE ViT (DINOv3-style) and TIPSv2 (DINOv2-style) model definitions with pretrained weights, improved optimizer torch.compile support, and extended NaFlexViT patch-layout and forward_intermediates support.

Read more →

KTO now stable; environment rewards and GRPO entropy regularization added

This release11 featuresNew capabilities7 enhancementsImprovements to existing featuresAI-tallied from the release notes
TRL · v1.8.0

KTO trainer graduates from experimental to the top-level trl package with the same API as DPO/GRPO/SFT, and the experimental import path still works with a FutureWarning. Environment-owned rewards let agentic RL environments define their own reward via a reserved get_reward() method, and multi-environment support allows a single training run to handle multiple environments with environment-specific tool schemas. GRPO now supports both static and adaptive entropy regularization to encourage exploration and prevent policy collapse.

Read more →

Dependencies optional via extras; RL API restructured

BreakingThis release12 featuresNew capabilities8 enhancementsImprovements to existing features18 fixesBug fixesAI-tallied from the release notes
LeRobot · v0.6.0

LeRobot v0.6.0 makes dataset and training dependencies optional, installed only when needed (e.g., pip install lerobot[training]). The RL stack was rebuilt with a new modular API: the sac policy type is now gaussian_actor. GR00T N1.5 is replaced by N1.7, PyTorch minimum is now 2.7, import paths have been consolidated to canonical public entry points, eval_freq renamed to env_eval_freq, legacy subtask_index annotations replaced by language columns, and video codec configuration split per camera. Also added five new benchmark integrations (RoboCasa365, RoboTwin 2.0, RoboCerebra, RoboMME, LIBERO-plus), 2x faster dataloader via parallel decode, and a new lerobot-rollout CLI to decouple policy deployment from data recording.

Read more →

GRPO + vLLM hang fixed on non-NVLink; dataset fingerprinting corrected

This release1 featureNew capabilities1 enhancementImprovements to existing features5 fixesBug fixesAI-tallied from the release notes
TRL · v1.7.1

Fixed a hang in GRPO + vLLM colocate + PEFT on non-NVLink hardware and corrected dataset fingerprinting in DPO/SFT tokenization. Also integrated the new response parsing API, added a prompt-learning guard for PEFT with Liger in GRPO, and fixed activation offload storage deduplication.

Read more →

Seven new model architectures: Kimi 2.5–2.7, MiMo-V2-Flash, Nemotron ASR, Qwen3 ASR, ZAYA, VideoPrism, RADIO

Breaking (minor)This release7 featuresNew capabilitiesAI-tallied from the release notes
Transformers · v5.13.0

This release adds support for seven new model architectures: Kimi 2.5–2.7 (multimodal agentic coding), MiMo-V2-Flash (256K context MoE model), Nemotron 3.5 ASR and Nemotron ASR Streaming (multilingual speech recognition with configurable latency-accuracy tradeoffs), Qwen3 ASR with forced aligner, ZAYA1 (MoE language model), VideoPrism (video understanding encoder), and RADIO (vision foundation model family).

Read more →

Sandboxes ship with cloud VMs; CLI rebuilt on Click; pattern matching now case-sensitive

BreakingThis release8 featuresNew capabilities4 enhancementsImprovements to existing features7 fixesBug fixesAI-tallied from the release notes
huggingface_hub · v1.22.0

Sandboxes introduce isolated cloud VMs with live-streamed output, file transfer, and a proxy for reaching in-sandbox servers. Snapshot downloads now cache repo file listings on disk for a single-network-call re-download. The CLI was rebuilt on Click, deprecating Typer. Breaking changes include case-sensitive pattern matching on all platforms, removal of six inference providers, and deprecation of upload_large_folder.

Read more →

Nine new pipelines ship; Cosmos 3, Ideogram 4, Krea 2, DreamLite, PRX Pixel, Motif-Video, AnyFlow, JoyAI-Image-Edit, DiffusionGemma

Breaking (minor)This release9 featuresNew capabilities5 enhancementsImprovements to existing featuresAI-tallied from the release notes
Diffusers · v0.39.0

Nine new pipelines are now available: Cosmos 3 (NVIDIA's unified world foundation model combining generation, reasoning, and action), Ideogram 4 (flow-matching text-to-image with asymmetric guidance), Krea 2 (single-stream MMDiT with Qwen3-VL encoding), DreamLite (ByteDance text-to-image and editing), PRX Pixel (pixel-space generation by Photoroom), Motif-Video (2B text-to-video and image-to-video), AnyFlow (any-step video diffusion from NVIDIA/NUS/MIT), JoyAI-Image-Edit (unified multimodal for editing with spatial control), and DiffusionGemma (block-diffusion language model). Additional enhancements across schedulers, training utilities, and core library components.

Read more →

You can now share your feedback on the Hub directly with the Hugging Face team from the user menu. Whether you want to report a bug, suggest a new feature, or share any other thoughts, your feedback will be carefully reviewed by the team to help shape future improvements.

Read more →

SFT default loss flips to chunked_nll; GMPO trainer arrives

BreakingThis release8 featuresNew capabilities6 enhancementsImprovements to existing featuresAI-tallied from the release notes
TRL · v1.7.0

The default SFT loss_type is now "chunked_nll", delivering ~30% less peak VRAM on average with neutral or slightly faster wall-clock time. Also introduces experimental GMPO trainer, transformers continuous batching, AsyncGRPO weight sync with vLLM 0.22+, and paddding-free AsyncGRPO.

Read more →

Browser-based OAuth login; multi-commit folder uploads revamped

This release6 featuresNew capabilities4 enhancementsImprovements to existing features1 fixBug fixesAI-tallied from the release notes
huggingface_hub · v1.20.0

Browser-based OAuth Device Code flow is now the default login method, and hf upload uses a streamed multi-commit pipeline for faster, resumable large folder uploads. Also adds job wait commands, SSH access to running Jobs, and custom-container deployment for Inference Endpoints, with breaking changes around multi-commit uploads and non-detached job exit codes.

Read more →

Mistral tokenizer resolution fixed

This release2 fixesBug fixesAI-tallied from the release notes
Transformers · v5.12.1

Fixed mistral tokenizer resolution when mistral-common is installed and updated the lower bound for PEFT. This is similar to v5.10.3 minus fixes already in the main release.

Read more →