inclusionAI/LLaDA2.X

LLaDA2.0 is the diffusion language model series developed by InclusionAI team, Ant Group.

What it solves

LLaDA2.X is a series of discrete diffusion Large Language Models (dLLMs) designed to scale diffusion-based text generation to the 100-billion parameter level, overcoming the traditional limitations of autoregressive models in terms of inference speed and architecture.

How it works

The project implements a discrete diffusion process for language modeling. It utilizes a Mixture-of-Experts (MoE) architecture to scale the model size (up to 100B parameters in the LLaDA2.0-flash variant). To improve efficiency, it employs a parallel decoding mechanism and a custom inference engine based on dInfer and SGLang that supports KV-Cache reuse and block-level parallel decoding.

Who it’s for

Researchers and developers who need high-performance text generation models that can handle complex instruction-following and code generation tasks at scale, particularly those looking for alternatives to standard autoregressive LLMs.

Highlights

  • 100B Parameter Scale: The first diffusion language model to reach the 100-billion parameter mark.
  • Inference Acceleration: Achieves up to 535 tokens/s using Confidence-Aware Parallel (CAP) decoding.
  • MoE Architecture: Uses Mixture-of-Experts to maintain performance while scaling.
  • Open Source: Provides fully open-sourced model weights and training code on Hugging Face.

Related

  • Project
  • Project
  • Project
  • Dispatch
  • Project