gpt-oss-20b

BaseRT .base builds of openai/gpt-oss-20b for fast local inference on Apple Silicon (Metal) and NVIDIA (CUDA).

A 21B-parameter mixture-of-experts reasoning model (32 experts, 4 active per token; ~3.6B active params) with alternating sliding-window / full attention, learned attention sinks and the harmony chat format. The checkpoint ships its expert weights in MXFP4; these builds carry those bytes verbatim โ€” packed FP4 codes and E8M0 block scales, group 32, never dequantized or requantized โ€” so the expert numerics are exactly the checkpoint's.

Files

File Precision Size
gpt-oss-20b-MXFP4.base MXFP4 experts, bf16 attention / embeddings / lm_head 13.8 GB
gpt-oss-20b-Q8.base MXFP4 experts, 8-bit attention projections, bf16 embeddings / lm_head 13.2 GB
gpt-oss-20b-Q4.base MXFP4 experts, 4-bit attention projections, bf16 embeddings / lm_head 12.9 GB

MXFP4 is the checkpoint as published: the bf16 attention half untouched, so it is the reference build and loads on both backends. Q8 and Q4 narrow the attention projections to 8- and 4-bit (RTN from the bf16 weights, never quant-from-quant); the MXFP4 expert stacks, embeddings, lm_head, router, norms and biases are identical across all three, so the files differ only in the ~1 GB of attention weights. A bare basert pull fetches Q4; ask for the others by width.

Usage

curl -LsSf https://basecompute.co/install.sh | sh
basert pull basecompute/gpt-oss-20b          # Q4
basert pull basecompute/gpt-oss-20b:q8       # Q8
basert pull basecompute/gpt-oss-20b:bf16     # MXFP4, as published
basert chat basecompute/gpt-oss-20b

Released under the apache-2.0 license, inherited from the base model.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for basecompute/gpt-oss-20b

Finetuned
(555)
this model