aruunks66 commited on
Commit
882214c
·
verified ·
1 Parent(s): 7b12d5e

Six open-weight quants: add Ornith-1.5 and Nemotron-3.5-Lightning, two-row lineup chart

Browse files
Files changed (2) hide show
  1. README.md +23 -8
  2. assets/lineup.png +2 -2
README.md CHANGED
@@ -15,7 +15,7 @@ pinned: false
15
  <a href="https://primitive.com"><img src="https://img.shields.io/badge/web-primitive.com-F98424?style=flat-square" alt="primitive.com"></a>
16
  <img src="https://img.shields.io/badge/focus-inference%20economics-F98424?style=flat-square" alt="Inference economics">
17
  <img src="https://img.shields.io/badge/runtimes-vLLM%20·%20ONNX-F98424?style=flat-square" alt="vLLM and ONNX">
18
- <img src="https://img.shields.io/badge/open%20weights-4%20models-3DD13D?style=flat-square" alt="Four open-weight models">
19
  </p>
20
 
21
  ---
@@ -53,17 +53,17 @@ already have, not just the newest ones.
53
 
54
  ---
55
 
56
- ## Out now: four open-weight quants
57
 
58
  <p align="center">
59
- <img src="assets/lineup.png" alt="Across the four public quants: 2.5× to 3.4× smaller than BF16; 2.00× to 2.40× BF16 throughput at concurrency 32; accuracy within ±0.3 points of BF16, inside the ±0.8 run-to-run band — ties, not wins" width="100%">
60
  </p>
61
 
62
  Weights-only mixed precision, `compressed-tensors`, stock `vllm serve`. Every
63
  figure below is on the model's own card, next to the run that produced it.
64
 
65
  * 🧮 **[Qwen3.8-27B — mixed NVFP4/FP8](https://huggingface.co/primitive-ai/Qwen3.8-27B-mixed-NVFP4-FP8)**
66
- · ~21 GiB, **2.5× smaller than BF16** and 27% smaller than Qwen's own FP8, with
67
  accuracy tied to BF16 (88.5 vs 88.6 — and the same weights re-scored 87.5 in a
68
  second sitting, which is what a tie looks like). **Loads on an A100**, not just
69
  Blackwell, and the in-checkpoint MTP head survives, so speculative decoding
@@ -73,12 +73,24 @@ figure below is on the model's own card, next to the run that produced it.
73
  official quant** — while running faster than all of them at 3,268 tok/s.
74
  * 🐘 **[Laguna-S-2.1 — mixed NVFP4/MXFP8](https://huggingface.co/primitive-ai/Laguna-S-2.1-mixed-NVFP4-MXFP8)**
75
  · 219 GB of source weights down to 64 GiB at 4.67 bits/weight — **it serves
76
- from one 96 GiB GPU**, with +25% single-stream decode over poolside's own NVFP4
77
- at a smaller footprint.
78
  * 👁️ **[Muse-Glimmer-30B — mixed NVFP4](https://huggingface.co/primitive-ai/Muse-Glimmer-30B-mixed-NVFP4)**
79
  · A vision-language model at 20.4 GiB, **2.40× BF16 throughput** and 86.0
80
  against BF16's 86.2. **The vision tower stays BF16** — a VLM loses its visual
81
  grounding before it loses its words.
 
 
 
 
 
 
 
 
 
 
 
 
82
 
83
  ---
84
 
@@ -124,11 +136,14 @@ squeezing a large checkpoint onto GPUs you already own.
124
  | `Laguna-XS-2.1-mixed-NVFP4-MXFP8` | Mixed-precision quant of poolside's Laguna-XS-2.1. Smallest and fastest build of it we've measured. | **Open weights** |
125
  | `Laguna-S-2.1-mixed-NVFP4-MXFP8` | Mixed-precision quant of poolside's Laguna-S-2.1. 219 GB of weights onto a single 96 GiB card. | **Open weights** |
126
  | `Muse-Glimmer-30B-mixed-NVFP4` | NVFP4 quant of the Muse-Glimmer-30B VLM, GPTQ-calibrated. Vision tower left at BF16. | **Open weights** |
 
 
127
  | `llm-router-lite-80m-onnx` | CPU-only router: reads a chat `messages` array, ranks which LLM to call. ONNX, no torch or transformers. | Private beta |
128
 
129
  Published weights carry their upstream licence — Apache-2.0 for the Qwen and
130
- Muse-Glimmer builds, OpenMDW-1.1 for the Laguna builds. Derivative models carry
131
- upstream attribution and a `NOTICE` or `LICENSE` file.
 
132
 
133
  ---
134
 
 
15
  <a href="https://primitive.com"><img src="https://img.shields.io/badge/web-primitive.com-F98424?style=flat-square" alt="primitive.com"></a>
16
  <img src="https://img.shields.io/badge/focus-inference%20economics-F98424?style=flat-square" alt="Inference economics">
17
  <img src="https://img.shields.io/badge/runtimes-vLLM%20·%20ONNX-F98424?style=flat-square" alt="vLLM and ONNX">
18
+ <img src="https://img.shields.io/badge/open%20weights-6%20models-3DD13D?style=flat-square" alt="Six open-weight models">
19
  </p>
20
 
21
  ---
 
53
 
54
  ---
55
 
56
+ ## Out now: six open-weight quants
57
 
58
  <p align="center">
59
+ <img src="assets/lineup.png" alt="Across the six public quants: 2.5× to 3.4× smaller than BF16; 1.72× to 2.68× BF16 throughput at concurrency 32; accuracy within 0.5 points of BF16 in either direction, inside the ±0.8 run-to-run band — ties, not wins" width="100%">
60
  </p>
61
 
62
  Weights-only mixed precision, `compressed-tensors`, stock `vllm serve`. Every
63
  figure below is on the model's own card, next to the run that produced it.
64
 
65
  * 🧮 **[Qwen3.8-27B — mixed NVFP4/FP8](https://huggingface.co/primitive-ai/Qwen3.8-27B-mixed-NVFP4-FP8)**
66
+ · 20.7 GiB, **2.5× smaller than BF16** and 28% smaller than Qwen's own FP8, with
67
  accuracy tied to BF16 (88.5 vs 88.6 — and the same weights re-scored 87.5 in a
68
  second sitting, which is what a tie looks like). **Loads on an A100**, not just
69
  Blackwell, and the in-checkpoint MTP head survives, so speculative decoding
 
73
  official quant** — while running faster than all of them at 3,268 tok/s.
74
  * 🐘 **[Laguna-S-2.1 — mixed NVFP4/MXFP8](https://huggingface.co/primitive-ai/Laguna-S-2.1-mixed-NVFP4-MXFP8)**
75
  · 219 GB of source weights down to 64 GiB at 4.67 bits/weight — **it serves
76
+ from one 96 GiB GPU**, the smallest and fastest of the 4-bit field, with +23%
77
+ single-stream decode over the NVFP4 alternative at a 3 GiB smaller footprint.
78
  * 👁️ **[Muse-Glimmer-30B — mixed NVFP4](https://huggingface.co/primitive-ai/Muse-Glimmer-30B-mixed-NVFP4)**
79
  · A vision-language model at 20.4 GiB, **2.40× BF16 throughput** and 86.0
80
  against BF16's 86.2. **The vision tower stays BF16** — a VLM loses its visual
81
  grounding before it loses its words.
82
+ * 🦅 **[Ornith-1.5-35B-A3B — mixed NVFP4/FP8](https://huggingface.co/primitive-ai/Ornith-1.5-35B-A3B-mixed-NVFP4-FP8)**
83
+ · A 35 B MoE vision-language model at 22.6 GiB, **3.0× smaller than BF16** and
84
+ 39% smaller than the official FP8, scoring 91.5 against BF16's 92.0 — the only
85
+ quant of this model we have measured level with BF16. **The official NVFP4 is
86
+ faster and 0.75 GiB smaller**; this build trades that for the closest accuracy
87
+ to BF16 and a BF16 output head that keeps the Ampere path loadable.
88
+ * ⚡ **[Nemotron-3.5-Lightning-30B-A3B — mixed INT4/INT8](https://huggingface.co/primitive-ai/Nemotron-3.5-Lightning-30B-A3B-mixed-INT4-INT8)**
89
+ · A MoE+Mamba hybrid at 19.2 GiB and 5.01 bits/weight, **3.3× smaller than
90
+ BF16 at 2.7× its throughput** — and **8.6% smaller and ~7.7% faster than
91
+ nvidia's own NVFP4**, from weights-only round-to-nearest with no calibration
92
+ data. We make no accuracy claim here: identical weights scored 88.0 and 87.4
93
+ on two runs, so that column is a tie.
94
 
95
  ---
96
 
 
136
  | `Laguna-XS-2.1-mixed-NVFP4-MXFP8` | Mixed-precision quant of poolside's Laguna-XS-2.1. Smallest and fastest build of it we've measured. | **Open weights** |
137
  | `Laguna-S-2.1-mixed-NVFP4-MXFP8` | Mixed-precision quant of poolside's Laguna-S-2.1. 219 GB of weights onto a single 96 GiB card. | **Open weights** |
138
  | `Muse-Glimmer-30B-mixed-NVFP4` | NVFP4 quant of the Muse-Glimmer-30B VLM, GPTQ-calibrated. Vision tower left at BF16. | **Open weights** |
139
+ | `Ornith-1.5-35B-A3B-mixed-NVFP4-FP8` | Mixed-precision quant of Ornith-1.5-35B-A3B, a 35 B MoE VLM. Vision tower and MTP block left at BF16. | **Open weights** |
140
+ | `Nemotron-3.5-Lightning-30B-A3B-mixed-INT4-INT8` | INT4/INT8 quant of nvidia's MoE+Mamba hybrid. Smaller and faster than the official NVFP4, no calibration data. | **Open weights** |
141
  | `llm-router-lite-80m-onnx` | CPU-only router: reads a chat `messages` array, ranks which LLM to call. ONNX, no torch or transformers. | Private beta |
142
 
143
  Published weights carry their upstream licence — Apache-2.0 for the Qwen and
144
+ Muse-Glimmer builds, OpenMDW-1.1 for the Laguna and Nemotron builds, MIT for the
145
+ Ornith build. Derivative models carry upstream attribution and a `NOTICE` or
146
+ `LICENSE` file.
147
 
148
  ---
149
 
assets/lineup.png CHANGED

Git LFS Details

  • SHA256: 821744d41a3f2764479ed1a87b40e00c832ffcac1be3c2ad521a96fbbddce84e
  • Pointer size: 131 Bytes
  • Size of remote file: 201 kB

Git LFS Details

  • SHA256: f16cffa4515cc992e85c68ced751c2de67ee29541934d897c97d47c15fc17b96
  • Pointer size: 131 Bytes
  • Size of remote file: 262 kB