witcheer commited on
Commit
ed6f6ef
·
verified ·
1 Parent(s): 05b3e7c

gpt-oss-120b MXFP4 5090 report

Browse files
Files changed (1) hide show
  1. reports/gpt-oss-120b-mxfp4.md +91 -0
reports/gpt-oss-120b-mxfp4.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Benchmark Report: gpt-oss-120b (mxfp4)
2
+
3
+ **Date:** 2026-06-03
4
+ **Author:** WITCHEER
5
+ **Platform:** NVIDIA GeForce RTX 5090 Benchmark Rig (capsule)
6
+
7
+ ---
8
+
9
+ ## Model
10
+
11
+ | Field | Value |
12
+ |-------|-------|
13
+ | Model | gpt-oss-120b |
14
+ | Parameters | 116.83 B (dense) |
15
+ | Quantization | mxfp4 |
16
+ | File size | 0.01 GiB |
17
+ | Engine | llama.cpp (CUDA 12.8 (patched)) |
18
+
19
+ ## Hardware
20
+
21
+ | Component | Spec |
22
+ |-----------|------|
23
+ | GPU | NVIDIA GeForce RTX 5090 |
24
+ | CPU | AMD Ryzen 5 9600 |
25
+ | RAM | 64GB DDR5-5600 |
26
+ | OS | Ubuntu 26.04 LTS |
27
+ | CUDA | 12.8 (patched) |
28
+
29
+ ---
30
+
31
+ ## Quality Benchmarks
32
+
33
+ All benchmarks use generative evaluation via llama-server chat completions. Multiple-choice tasks (MMLU, ARC, HellaSwag) use letter extraction instead of loglikelihood scoring -- results are internally consistent for model comparison but absolute scores may differ from logprob-based evaluations by 5-15%.
34
+
35
+ ### Summary
36
+
37
+ | Benchmark | Score | Metric |
38
+ |-----------|------:|--------|
39
+ | **MMLU** | **89.47%** | accuracy |
40
+ | **ARC-Challenge** | **95.00%** | accuracy |
41
+ | **HellaSwag** | **80.00%** | accuracy |
42
+ | **HumanEval** | **98.00%** | pass@1 |
43
+ | **GSM8K** | **97.00%** | exact_match |
44
+
45
+ ### MMLU Breakdown by Category
46
+
47
+ | Category | Score | Correct / Total |
48
+ |----------|------:|----------------:|
49
+ | Stem | 97.22% | 35 / 36 |
50
+ | Humanities | 83.33% | 20 / 24 |
51
+ | Social Sciences | 88.46% | 23 / 26 |
52
+ | Other | 85.71% | 24 / 28 |
53
+
54
+ ---
55
+
56
+ ## Speed Benchmarks
57
+
58
+ Measured with `llama-bench`. MoE experts offloaded to CPU (`--n-cpu-moe 20`), attention/active path on GPU (`-ngl 99`). Model is 59GB and does not fit 32GB VRAM; tuned to ~30GB VRAM with the rest in system RAM.
59
+
60
+ ### Prompt Processing (tokens/s)
61
+
62
+ | Context Length | Speed | +/-sigma |
63
+ |---------------:|------:|---------:|
64
+ | 128 | 124.5 | 33.1 |
65
+ | 512 | 484.4 | 37.3 |
66
+ | 2048 | 588.2 | 15.0 |
67
+
68
+ ### Generation (tokens/s)
69
+
70
+ | Metric | Speed | +/-sigma |
71
+ |--------|------:|---------:|
72
+ | tg128 | 46.5 | 0.4 |
73
+
74
+ ---
75
+
76
+ ## Methodology
77
+
78
+ ### Evaluation Framework
79
+
80
+ Custom generative evaluators built for this rig. All benchmarks run through llama-server's `/v1/chat/completions` endpoint.
81
+
82
+ - **Scoring:** Generative evaluation (not loglikelihood)
83
+ - **Thinking:** enabled
84
+ - **MCQ scoring:** First valid letter extracted from response (A/B/C/D)
85
+ - **Temperature:** 0 (deterministic)
86
+ - **Max tokens:** 2,048 (MCQ/GSM8K); HumanEval 4,096, no stop sequences (reasoning models emit code after long inline reasoning)
87
+ - **GPU offload:** MoE experts of first 20 layers on CPU (`--n-cpu-moe 20`); attention + active path on GPU. ~30GB of 32GB VRAM, remainder in RAM.
88
+
89
+ ---
90
+
91
+ *Benchmarked by WITCHEER on the RTX 5090 Benchmark Rig. Source: [github.com/notwitcheer/llm-bench-rig/blob/main/reports/gpt-oss-120b-mxfp4.md](https://github.com/notwitcheer/llm-bench-rig/blob/main/reports/gpt-oss-120b-mxfp4.md). Dataset: [huggingface.co/datasets/witcheer/rtx-5090-benchmarks/blob/main/reports/gpt-oss-120b-mxfp4.md](https://huggingface.co/datasets/witcheer/rtx-5090-benchmarks/blob/main/reports/gpt-oss-120b-mxfp4.md).*