Skip to content

Commit 779a37b

Browse files
committed
naming
1 parent fe0f8e4 commit 779a37b

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

benchmarks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ bash download_models.sh # uncomment preferred models in the file, by default ll
3838
bash run.sh # modify to adjust number of threads available and other parameters
3939
```
4040

41-
## Speedup vs unoptimized llama.cpp
41+
## Speedup Ampere optimized llama.cpp (r1.2.6) vs llama.cpp (b3615)
4242

4343
| | Q4_K_M | Q4_K_4 | Speedup |
4444
|-----------------------|---|---|---|
@@ -48,4 +48,4 @@ bash run.sh # modify to adjust number of threads available and other parameters
4848
| | Q8_0 | Q8R16 | Speedup |
4949
|-----------------------|---|---|---|
5050
|token generation (t/s) | 248.17 | 313.78 | 1.26x |
51-
|prompt processing (t/s)| 410.90 | 950.64 | 2.31x |
51+
|prompt processing (t/s)| 410.90 | 950.64 | 2.31x |

0 commit comments

Comments
 (0)