ml-gsai/llada

Official PyTorch implementation for "Large Language Diffusion Models"

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 53 minutes ago
Added to GitGenius on September 17th, 2026
Created on February 13th, 2025
Open Issues & Pull Requests: 98 (+0)
GitHub issues: Enabled
Number of forks: 285
Total Stargazers: 3,986 (+0)
Total Subscribers: 42 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 41.8 hours
Mean response time: 10.6 days
90th percentile: 31.4 days
Tracked items: 102

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 88
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 449 days
Stale 30+ days: 88
Stale 90+ days: 83

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

LLaDA is a PyTorch implementation of large language diffusion models that uses masking-based diffusion training at scale.

The project addresses the challenge of applying diffusion-based approaches to large language models. Rather than using traditional autoregressive generation, LLaDA employs a diffusion process with masking to train language models from scratch. The approach generates text by iteratively refining masked token predictions, departing from the standard next-token prediction paradigm used in most large language models.

Developers considering adoption should know that LLaDA is suitable for those exploring alternative generation mechanisms beyond autoregressive decoding or investigating diffusion-based language modeling. The project provides multiple model variants including base and instruction-tuned versions, a mixture-of-experts variant, and a vision-language extension. It includes inference utilities for both likelihood evaluation and generation, along with batch inference support and evaluation code based on standard benchmarking frameworks. The tool is accessible through Hugging Face and can be loaded using the standard transformers library.

The project demonstrates substantial real-world adoption, with almost all open issues originating from external users rather than the core team. Maintainers typically respond to new issues and pull requests within a few days, indicating active engagement with the user community.