Live Feed/Hugging Face/Fact Record
Hugging Face logo
Hugging Face
feature 96% Confidence Gate September 10, 2026

Async GRPO with LoRA across HF Jobs: a bucket, a proxy, and no NCCL

Hugging Face has introduced an asynchronous implementation of Group Relative Policy Optimization (GRPO) that supports LoRA fine-tuning across distributed HF Jobs. The architecture eliminates the requirement for NCCL (NVIDIA Collective Communications Library) by utilizing an S3-compatible bucket and a proxy for state synchronization.

Verified State Diff

Comparison Mode:
- Previous State
GRPO training required synchronous NCCL-based communication, necessitating high-bandwidth, low-latency interconnects and complex cluster configuration.
+ Verified New State
GRPO training can now be performed asynchronously using LoRA across HF Jobs, utilizing an S3-compatible bucket and proxy for state management without requiring NCCL.

Impact & Verification Analysis

WHO IS AFFECTED

Machine learning engineers, researchers, and enterprise teams performing RLHF or GRPO fine-tuning on distributed infrastructure.

WHY IT MATTERS

This architecture democratizes distributed RL training by removing the rigid infrastructure requirements of NCCL, allowing for more cost-effective and flexible training deployments on standard cloud instances.

Full Fact Overview

The release addresses the high overhead and complexity of traditional distributed reinforcement learning (RL) training, which typically relies on synchronous NCCL-based communication. By decoupling the training process into asynchronous components, Hugging Face allows for more flexible scaling of GRPO workloads. The system uses a bucket-based storage mechanism for model checkpoints and a proxy to manage state, effectively removing the need for strict network synchronization between nodes. This approach significantly lowers the barrier to entry for training RL models on heterogeneous or non-dedicated GPU clusters.

Multi-Source Evidence Chain (1)

Async GRPO with LoRA across HF Jobs: a bucket, a proxy, and no NCCLHugging Face
TRACKED ENTITY
Explore all historical Hugging Face changes
View Hugging Face Hub ➔