Skip to content

Commit

Permalink
Neaten benchmark table
Browse files Browse the repository at this point in the history
  • Loading branch information
saracen committed Jul 28, 2023
1 parent 626c435 commit fbf28a6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 4,8 @@ This is a Go port of [llama2.c](https://github.com/karpathy/llama2.c).

## Performance


| system | model | llama2.c | llama2.go
| ------------------------------------------| --------------- | ---------------- | ----------------
| MacBook Pro, Apple M1 Max, 10-Core, 32 GB | stories15M.bin | 676.392573 tok/s | 230.144629 tok/s
| MacBook Pro, Apple M1 Max, 10-Core, 32 GB | stories42M.bin | 267.295597 tok/s | 94.539509 tok/s
| MacBook Pro, Apple M1 Max, 10-Core, 32 GB | stories110M.bin | 100.671141 tok/s | 42.359789 tok/s
| system | model | llama2.c | llama2.go
| ---------------------- | --------------- | ---------------- | ----------------
| M1 Max, 10-Core, 32 GB | stories15M.bin | 676.392573 tok/s | 230.144629 tok/s
| M1 Max, 10-Core, 32 GB | stories42M.bin | 267.295597 tok/s | 94.539509 tok/s
| M1 Max, 10-Core, 32 GB | stories110M.bin | 100.671141 tok/s | 42.359789 tok/s

0 comments on commit fbf28a6

Please sign in to comment.