← Back to KHAO

OpenAI ·

Granite 4.2 LLMs: How They're Rolled out

2 min read

Compiled by KHAO Editorial — aggregated from 1 source. See llms.txt for citation guidance.

★ Tier-1 Source

Granite 4.2 staged RL curriculum.

That pipeline includes agentic RL, where the 8B and 30B models learn to act with tools inside real sandboxed environments.

Key facts

Summary

TL;DR: Granite 4.2 is their first family of dense, decoder-only reasoning LLMs, released in three sizes: 3B, 8B, and 30B. All Granite 4.2 models are released under the Apache 2.0 license. Granite 4.2 is the reasoning-focused release of the Granite language-model family. The three sizes ( 3B, 8B, and 30B ) share the same architectural design and follow the same training pipeline (pre-training from scratch, SFT, then multi-stage RL), each at its own scale. Granite 4.2 is also supported in SGLang, see the SGLang cookbook for a ready-to-serve recipe. The rest of this post walks through the build: architecture, pre-training, supervised fine-tuning, the multi-stage RL pipeline, and results. Granite 4.2 models are built on a decoder-only dense transformer architecture with the following core components:.

Read full article at Hugging Face →

#OpenAI