You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: page.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Quick Jump:
53
53
tl;dr:
54
54
55
55
1.`model size * 0.5`
56
-
2.`throughput * 1.2ish` (with a lot of caveats)
56
+
2.`throughput * 1.2ish` (with a lot of caveats). See [our benchmarks](https://docs.google.com/spreadsheets/d/1W5KrY3fv0yPJCt8RU3EBap6_K13VY9-oURkoH6zX2sM/edit?usp=sharing)
57
57
58
58
Models today are usually trained in `bf16`, which is a decimal number stored in 16 bits (2 bytes). At the billions of parameter scale, these add up VERY quickly. The main reason for quantizing a model from `bf16` to `fp8` is **memory reduction.**
0 commit comments