performance guide tweak

This commit is contained in:
Andrej
2023-07-23 20:09:25 -07:00
committed by GitHub
parent f4e2cc7d96
commit 44ecc784da
+2
View File
@@ -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?