Myric commited on
Commit
2b865a7
Β·
verified Β·
1 Parent(s): eca8dbb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -76,7 +76,7 @@ All numbers below are real `llama-perplexity`/`llama-server` runs, validated on
76
  independent llama.cpp implementations** (mainline `ggml-org/llama.cpp` and a
77
  Puzzle-support fork) agreeing to within ~1%, same corpus, same settings throughout.
78
 
79
- | | original 120b | **pruned "85B"** | native 20b (for reference) |
80
  |---|---:|---:|---:|
81
  | total params | 116.8B | **78.3B** | 20.9B |
82
  | layers Γ— experts/layer | 36 Γ— 128 | 36 Γ— 85 | 24 Γ— 32 |
@@ -139,7 +139,7 @@ MXFP4 calibration already achieved, with no guaranteed improvement.
139
 
140
  ## Files
141
 
142
- - `gpt-oss-85B-pruned.gguf` β€” the pruned checkpoint, converted via mainline
143
  `llama.cpp`, MXFP4-native experts preserved (not dequantized), bf16 for
144
  attention/router/norms β€” same mixed-precision layout as the original release.
145
  - `kept_expert_indices.json` β€” the exact per-layer set of retained expert indices
 
76
  independent llama.cpp implementations** (mainline `ggml-org/llama.cpp` and a
77
  Puzzle-support fork) agreeing to within ~1%, same corpus, same settings throughout.
78
 
79
+ | | original 120b | **pruned 78B** | native 20b (for reference) |
80
  |---|---:|---:|---:|
81
  | total params | 116.8B | **78.3B** | 20.9B |
82
  | layers Γ— experts/layer | 36 Γ— 128 | 36 Γ— 85 | 24 Γ— 32 |
 
139
 
140
  ## Files
141
 
142
+ - `gpt-oss-78B-pruned.gguf` β€” the pruned checkpoint, converted via mainline
143
  `llama.cpp`, MXFP4-native experts preserved (not dequantized), bf16 for
144
  attention/router/norms β€” same mixed-precision layout as the original release.
145
  - `kept_expert_indices.json` β€” the exact per-layer set of retained expert indices