Andrej Karpathy
|
d1eb18b8ec
|
add BOS and EOS function to the Tokenizer as we start to converge closer to the Llama 2 code from Meta, and as we're about to add the Chat capability
|
2023-08-23 00:08:22 +00:00 |
|
Andrej Karpathy
|
88eb238255
|
add tests into Makefile convenience
|
2023-08-15 15:57:27 +00:00 |
|
Andrej Karpathy
|
49e3ff6d08
|
update makefile to use correct arg call after our argparse update
|
2023-08-05 23:11:11 +00:00 |
|
Murilo Curti
|
72ba34c392
|
fix: Use correct compiler for Win64 GCC in Makefile
|
2023-07-27 21:39:09 -03:00 |
|
Andrej Karpathy
|
25b50ee0e2
|
small stylistic fixes and adjustments, fix bug in Makefile, and change the timing code to skip the first (slow) iteration
|
2023-07-27 22:42:08 +00:00 |
|
Aydyn Tairov
|
bddde3398a
|
add Makefile option to support builds on amazon linux & centos
|
2023-07-27 14:59:28 +01:00 |
|
richinseattle
|
b18d325660
|
add windows build commands
|
2023-07-26 22:58:48 -07:00 |
|
Andrej Karpathy
|
2711ae8c32
|
make compiler tunable in Makefile, i think potentially nice and useful
|
2023-07-26 16:40:40 +00:00 |
|
Andrej Karpathy
|
496466f78f
|
add rundebug to makefile, useful for spotting issues and such
|
2023-07-24 23:13:59 +00:00 |
|
Andrej Karpathy
|
16edfe6364
|
add a simple makefile
|
2023-07-24 21:50:04 +00:00 |
|