llml LLM Launcher

New profiles added regularly — watch the llml repo ↗ to get notified.

← browse

GPT-OSS-120B-F16

120B MoE model.

llama.cpp Mixed Cross-platform General Updated 2026-06-05
Model GPT-OSS-120B-F16
Backend llama.cpp
Hardware Mixed
Use case General
Maintainer @flyingnobita
Last updated 2026-06-05

Why this profile exists

120B MoE model; F16 quant ~66GB unified memory for 6+ tokens/s with 1-bit quant; -ot regex offloads all MoE expert layers to CPU, fitting non-MoE layers on a single GPU; adjust regex for partial offload; recommended ctx minimum 16384, max 131072

Launch configuration

# args
--ctx-size 16384
--n-gpu-layers 99
-ot ".ffn_.*_exps.=CPU"
--temp 1.0
--min-p 0.0
--top-p 1.0
--top-k 0

Hardware assumptions

  • Mixed — tested envelope
  • Cross-platform — backend installed and on PATH
  • Backend: llama.cpp >= current llml-supported version
  • Profile assumes the model file is already on disk; llml supplies the path at launch