Skip to content

Commit 6e00f49

Browse files
committed
Add Llama3-8B perf numbers
1 parent 9b908fb commit 6e00f49

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
@@ -89,6 +89,8 @@ Benchmarks run on an 8xA100-80GB, power limited to 330W with a hybrid cube mesh
8989
| Llama-2-70B | Base | OOM ||
9090
| | 8-bit | 19.13 | 1322.58 |
9191
| | 4-bit (G=32) | 25.25 | 1097.66 |
92+
| Llama-3-8B | Base | 93.95 | 1508.18 |
93+
| | 8-bit | 114.35 | 978.02 |
9294

9395
### Speculative Sampling
9496
[Verifier: Llama-70B (int4), Draft: Llama-7B (int4)](./scripts/speculate_70B_int4.sh): 48.4 tok/s
@@ -104,6 +106,10 @@ Benchmarks run on an 8xA100-80GB, power limited to 330W with a hybrid cube mesh
104106
| | 2 | 21.32 | 1481.87 |
105107
| | 4 | 38.01 | 1340.76 |
106108
| | 8 | 62.50 | 1135.29 |
109+
| Llama-3-8B | 1 | 93.97 | 1508.46 |
110+
| | 2 | 149.44 | 1358.63 |
111+
| | 4 | 217.80 | 1218.76 |
112+
| | 8 | 271.03 | 1041.99 |
107113

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

0 commit comments

Comments
 (0)