@@ -70,6 +70,7 @@ codellama/CodeLlama-34b-Python-hf
70
70
mistralai/Mistral-7B-v0.1
71
71
mistralai/Mistral-7B-Instruct-v0.1
72
72
mistralai/Mistral-7B-Instruct-v0.2
73
+ meta-llama/Meta-Llama-3-8B
73
74
```
74
75
75
76
For example, to convert Llama-2-7b-chat-hf
@@ -89,6 +90,8 @@ Benchmarks run on an 8xA100-80GB, power limited to 330W with a hybrid cube mesh
89
90
| Llama-2-70B | Base | OOM ||
90
91
| | 8-bit | 19.13 | 1322.58 |
91
92
| | 4-bit (G=32) | 25.25 | 1097.66 |
93
+ | Llama-3-8B | Base | 94.25 | 1411.95 |
94
+ | | 8-bit | 139.55 | 1047.23 |
92
95
93
96
### Speculative Sampling
94
97
[ Verifier: Llama-70B (int4), Draft: Llama-7B (int4)] ( ./scripts/speculate_70B_int4.sh ) : 48.4 tok/s
@@ -104,6 +107,10 @@ Benchmarks run on an 8xA100-80GB, power limited to 330W with a hybrid cube mesh
104
107
| | 2 | 21.32 | 1481.87 |
105
108
| | 4 | 38.01 | 1340.76 |
106
109
| | 8 | 62.50 | 1135.29 |
110
+ | Llama-3-8B | 1 | 94.19 | 1411.76 |
111
+ | | 2 | 150.48 | 1208.80 |
112
+ | | 4 | 219.77 | 991.63 |
113
+ | | 8 | 274.65 | 768.55 |
107
114
108
115
### Tensor Parallelism + Quantization
109
116
| Model | Technique | Tokens/Second | Memory Bandwidth (GB/s) |
0 commit comments