llml LLM Launcher

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

← browse

GPT-OSS-20B-F16

20B dense model.

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

Why this profile exists

20B dense model; F16 quant ~14GB unified memory for 6+ tokens/s; runs on less with SSD offloading but slower; recommended ctx minimum 16384, max 131072; use --jinja for Harmony-compatible chat template

Launch configuration

# args
--jinja
-ngl 99
--ctx-size 16384
--temp 1.0
--top-p 1.0
--top-k 0

Hardware assumptions

  • GPU — 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