How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "GSAI-ML/LLaDA-8B-Instruct"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "GSAI-ML/LLaDA-8B-Instruct",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/GSAI-ML/LLaDA-8B-Instruct
Quick Links

LLaDA-8B-Instruct

We introduce LLaDA, a diffusion model with an unprecedented 8B scale, trained entirely from scratch, rivaling LLaMA3 8B in performance.

Project Page

Code

Updates

[2025-10-21] We have modified modeling_llada.py to support the input of attention_mask.

Downloads last month
408,207
Safetensors
Model size
8B params
Tensor type
BF16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ 10 Ask for provider support

Model tree for GSAI-ML/LLaDA-8B-Instruct

Adapters
61 models
Finetunes
41 models
Quantizations
11 models

Spaces using GSAI-ML/LLaDA-8B-Instruct 14