Hugging Face published a practical method to run Async GRPO with LoRA on HF Jobs without NCCL, using a storage bucket and a proxy to coordinate updates, lowering infrastructure requirements for reasoning-model training.

1 min read

Async GRPO with LoRA on HF Jobs — No NCCL Required

What was published?

FAQ

What is Async GRPO?

It is an asynchronous form of GRPO (Group Relative Policy Optimization), a reinforcement learning method used to improve reasoning models, where workers do not block each other at every step.

Why use LoRA here?

LoRA updates only a small set of weights, shrinking the data transferred between workers and making a storage bucket a viable alternative to NCCL.

Can MENA teams benefit?

Yes, especially teams on multi-cloud or heterogeneous infrastructure, since the approach reduces reliance on expensive GPU interconnects.

Does this fully replace NCCL?

Not in all cases; it is a practical alternative for asynchronous LoRA training, while dense synchronous training may still need NCCL.

Source: Hugging Face Blog

AI-assisted content, human-reviewed.