Skip to content

Commit

Permalink
performance guide tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
karpathy committed Jul 24, 2023
1 parent f4e2cc7 commit 44ecc78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ Putting a few of these together, the fastest throughput I saw so far on my MacBo
gcc -O3 -funsafe-math-optimizations -Ofast -ffast-math -o run run.c -lm
```

Also, I saw someone report higher throughput replacing `gcc` with `clang`.

## unsorted todos

- why SentencePiece can't iteratively decode properly?
Expand Down

0 comments on commit 44ecc78

Please sign in to comment.