tomer-nv commited on
Commit
1d370e4
·
verified ·
1 Parent(s): c743c5e

Add technical report link

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -34,6 +34,8 @@ Nemotron-Labs-3-Puzzle-75B-A9B is a deployment-optimized large language model de
34
 
35
  The model employs a hybrid MoE architecture with interleaved Mamba, MoE, and Attention layers. Like Nemotron-3-Super, it supports Multi-Token Prediction (MTP) for faster text generation. Compared to its parent, Puzzle-75B-A9B reduces the model from 120.7B total / 12.8B active parameters to 75.3B total / 9.3B active parameters.
36
 
 
 
37
  Compared to Nemotron-3-Super, Puzzle-75B-A9B:
38
  * Achieves approximately 2× higher server throughput on a single 8×B200 node at matched user-throughput constraints,
39
  * Increases sustainable 1M-token single-H100 concurrency from 1 request to 8 requests,
 
34
 
35
  The model employs a hybrid MoE architecture with interleaved Mamba, MoE, and Attention layers. Like Nemotron-3-Super, it supports Multi-Token Prediction (MTP) for faster text generation. Compared to its parent, Puzzle-75B-A9B reduces the model from 120.7B total / 12.8B active parameters to 75.3B total / 9.3B active parameters.
36
 
37
+ See the tech report for full training and compression details: [Nemotron-Labs-3-Puzzle-75B-A9B: Compressing Hybrid MoE LLMs](https://arxiv.org/abs/2607.04371).
38
+
39
  Compared to Nemotron-3-Super, Puzzle-75B-A9B:
40
  * Achieves approximately 2× higher server throughput on a single 8×B200 node at matched user-throughput constraints,
41
  * Increases sustainable 1M-token single-H100 concurrency from 1 request to 8 requests,