Install our extension to search inside any video instantly.

Hugging Face Journal Club: AsyncOPD and How Stale Can On-Policy Distillation Be?

Added:
434 views25likes30:26HuggingFaceOriginal Release: 2026-07-21

This video explains how Hugging Face's post-training team developed AsyncOPD, an asynchronous on-policy distillation method that achieves 2-3x throughput improvement by continuously generating and scoring trajectories without waiting for synchronization, using Monte Carlo sampling to handle the cache miss problem that occurs when using reverse KL divergence with dynamic policies.