Skip to content

Commit f9b5da4

Browse files
committed
Add Llama3-8B perf numbers
1 parent d64aa05 commit f9b5da4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ Benchmarks run on an 8xA100-80GB, power limited to 330W with a hybrid cube mesh
8686
| Llama-2-70B | Base | OOM ||
8787
| | 8-bit | 19.13 | 1322.58 |
8888
| | 4-bit (G=32) | 25.25 | 1097.66 |
89+
| Llama-3-8B | Base | 93.95 | 1508.18 |
90+
| | 8-bit | 114.35 | 978.02 |
8991

9092
### Speculative Sampling
9193
[Verifier: Llama-70B (int4), Draft: Llama-7B (int4)](./scripts/speculate_70B_int4.sh): 48.4 tok/s
@@ -101,6 +103,10 @@ Benchmarks run on an 8xA100-80GB, power limited to 330W with a hybrid cube mesh
101103
| | 2 | 21.32 | 1481.87 |
102104
| | 4 | 38.01 | 1340.76 |
103105
| | 8 | 62.50 | 1135.29 |
106+
| Llama-3-8B | 1 | 93.97 | 1508.46 |
107+
| | 2 | 149.44 | 1358.63 |
108+
| | 4 | 217.80 | 1218.76 |
109+
| | 8 | 271.03 | 1041.99 |
104110

105111
### Tensor Parallelism + Quantization
106112
| Model | Technique | Tokens/Second | Memory Bandwidth (GB/s) |

0 commit comments

Comments
 (0)