ai-infra-jobs

tools/llm-vis / llama-3-1-70b

Llama 3.1 70B

The canonical dense decoder: GQA, SwiGLU, RMSNorm, RoPE — the baseline every other diagram diverges from.

params=70Blayers=80ctx=128Kvocab=128,256

source: config.json ↗ · tech report ↗ snapshot 2026-08-24

attentionFFN / MoEnorm / residualembedding / headauxiliarydata flowresidualauxiliary
TRANSFORMER LAYER[× 80 layers]input_ids[B, T]Token embeddingV=128,256 → d=8192RMSNormeps=0.00001Grouped-Query Attention64Q / 8KV heads · d_h=128RoPE θ=500K · llama3 ×8⊕ residual addRMSNormeps=0.00001SwiGLU MLPd=8192 → 28672 → 8192⊕ residual addRMSNormeps=0.00001LM headd=8192 → V=128,256next-token logits[B, T, 128256]