With the continuous growth of large model scale and service demand, reducing the high cost of autoregressive decoding has become a major pain point in the industry. To address this, the Tencent technical team officially open-sourced the unified training framework
Considering the differences in text characteristics under different application scenarios,

In terms of architecture design, the framework introduces an innovative block diffusion framework called DFly. It optimizes target feature utilization and intra-block dependency modeling while maintaining high-throughput parallel generation by combining a hybrid target conditional encoding backbone with a previous conditional autoregressive head. Additionally, the system incorporates a dynamic verification mechanism that adaptsively adjusts the verification depth at runtime based on current online load, hardware conditions, and prefix confidence, achieving a balance between computational resources and throughput efficiency.

In system testing of the Hy3 model series, the solution equipped with DFly demonstrated significant performance advantages. In all tests with concurrency ranging from 4 to 64, this solution achieved the highest average throughput, showing significant improvements over traditional autoregressive decoding, providing solid open-source tools support for the engineering deployment and efficient inference of large models.
Project: https://github.com/Tencent/AngelSpec
Paper: https://arxiv.org/pdf/2607.25852
