artificial-citizen commited on
Commit
51413db
·
verified ·
1 Parent(s): 21d79fa

Drop findings examples; let the link carry it

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -17,11 +17,7 @@ The model shelf of [**protoLabs.studio**](https://protolabs.studio): an indie st
17
 
18
  We run 35B-class open models on a pair of prosumer Blackwell GPUs, and the builds that make that possible go up here for anyone to pull: **FP8 quants** and **speculative-decode heads**, parity-verified against the source before we ship. The recipe and the verification are the product, not just the weights.
19
 
20
- The findings behind them get written up at [protolabs.studio](https://protolabs.studio):
21
-
22
- - CUDA graphs run **37–470% faster** on Blackwell
23
- - INT4 holds quality on dense models but corrupts MoE routing — so MoE stays bf16
24
- - `NCCL_P2P_DISABLE=1` clears TP=2 corruption on PCIe: **9.3×** on a 35B MoE
25
 
26
  ## The rest of the studio
27
 
 
17
 
18
  We run 35B-class open models on a pair of prosumer Blackwell GPUs, and the builds that make that possible go up here for anyone to pull: **FP8 quants** and **speculative-decode heads**, parity-verified against the source before we ship. The recipe and the verification are the product, not just the weights.
19
 
20
+ The findings behind them get written up at [protolabs.studio](https://protolabs.studio).
 
 
 
 
21
 
22
  ## The rest of the studio
23