Commit Graph

49 Commits

Author SHA1 Message Date
Som 7887133145 Center align cute llama image in README
Added HTML code to center align the cute llama image in the README file. The image is wrapped in a <p> tag with the "align" attribute set to "center" for proper alignment. Additionally, an "alt" attribute is included for accessibility.
2023-07-27 09:26:20 +05:30
Andrej Karpathy 5f681b64b1 oops missed a section somehow, updating readme 2023-07-27 03:01:48 +00:00
Andrej Karpathy c2bbe9c6fb link to the huggingface hub models instead 2023-07-27 00:14:23 +00:00
Andrej Karpathy 7a4ca4a98b add contributing section to readme, and also notable forks section 2023-07-26 23:58:49 +00:00
Andrej Karpathy f0f43b7288 small note on traing times 2023-07-26 22:12:50 +00:00
Andrej 7059d7dba9 Update README.md 2023-07-26 09:06:08 -07:00
Andrej 7496ea8108 Update README.md 2023-07-26 08:59:42 -07:00
Andrej f5d8797af2 Update README.md 2023-07-26 08:59:12 -07:00
Andrej 7f9f5ca853 Update README.md: new llama model export 2023-07-25 16:30:28 -07:00
madroid ac22fbce7e Update README.md: formate output samples 2023-07-26 00:46:14 +08:00
Andrej 6cf34d610a Update README.md 2023-07-25 08:14:48 -07:00
Andrej Karpathy 34ccb64ed8 fix typo in readme after adding the 110m model 2023-07-25 15:02:11 +00:00
Andrej Karpathy 94730f1766 add the 110m model, as it finished training 2023-07-25 15:00:57 +00:00
RichardScottOZ f3a1e227fe intimately 2023-07-25 21:26:30 +09:30
Andrej 98ec4ba23d Update README.md 2023-07-24 22:54:54 -07:00
Andrej 81c90bfcb7 Update README.md: small tweaks 2023-07-24 22:51:39 -07:00
Andrej cf625ecd7e Update README.md 2023-07-24 21:25:31 -07:00
Andrej Karpathy c3e0d73bd2 we can inference Meta's Llama 2 7B, yay 2023-07-25 04:21:07 +00:00
Andrej Karpathy cae88dfbab tune readme around timings etc 2023-07-24 23:27:48 +00:00
Andrej bf9f6f2ece Add discord link to Readme 2023-07-24 14:22:29 -07:00
Andrej 687473c009 Update README.md with TinyStories model series 2023-07-24 14:11:27 -07:00
Andrej Karpathy 50a086edde add warning about fastmath 2023-07-24 15:18:04 +00:00
Andrej Karpathy fff00ffd07 ack to lambda 2023-07-24 14:31:52 +00:00
Andrej Karpathy 9055766cf6 docs on how to run with openmp 2023-07-24 14:08:06 +00:00
Andrej Karpathy d548245321 readme update; -Ofast enables the other ones so they become spurious 2023-07-24 05:20:21 +00:00
William Moses 65e07462e4 Add information on compiler flags 2023-07-23 19:08:17 -10:00
Andrej Karpathy b2204e1633 include example story from 44m model 2023-07-24 04:57:30 +00:00
Andrej Karpathy ba6acc9378 add pointer to the new 44M param model. which is still way too fast to inference, i have to train an even bigger one. 2023-07-24 04:53:37 +00:00
Andrej Karpathy 3bfa5665d1 delete the run_wrap file! yay. ty @python273 and @ggerganov for code snippets 2023-07-24 04:02:57 +00:00
Andrej 44ecc784da performance guide tweak 2023-07-23 20:09:25 -07:00
Andrej f4e2cc7d96 Add performance optimization section 2023-07-23 20:04:39 -07:00
Luigi Cruz 1eb111adc7 Turn -funsafe-math-optimizations optional. 2023-07-23 20:09:45 -03:00
Luigi Cruz f9da392147 Add missing flag. 2023-07-23 17:14:11 -03:00
Luigi Cruz 114d8cfcb6 Add -funsafe-math-optimizations flag. 2023-07-23 17:08:27 -03:00
Andrej 7d401d530c Merge pull request #5 from danielgross/pleasantify-dx
Make sample.py work out of the box
2023-07-23 11:58:03 -07:00
Andrej Karpathy 3b7b4878b4 compile with -O3 to increase tok/s from 18 to 98! wow, i have to train a bigger model now 2023-07-23 18:55:46 +00:00
Daniel Gross 8c383c28f9 Update README.md 2023-07-23 10:46:36 -07:00
Andrej Karpathy fa872540ba fix comments in readme about spaces 2023-07-23 17:11:35 +00:00
Andrej Karpathy ad67d5e29c strike one tiny todo 2023-07-23 17:05:22 +00:00
Andrej 00727ba1c0 Update README.md 2023-07-23 09:00:26 -07:00
Andrej Karpathy 4af4b8abd4 add sample output story 2023-07-23 15:59:19 +00:00
Andrej Karpathy 523ba69578 fix readme 2023-07-23 15:29:37 +00:00
Andrej Karpathy 24917b23de fix run command 2023-07-23 15:28:24 +00:00
Andrej Karpathy 0c2a880063 add my pretrained model links 2023-07-23 15:24:23 +00:00
Andrej Karpathy 9414e7a45e tweaks and add a simple test 2023-07-23 14:52:08 +00:00
Andrej 405eefded1 Update README.md 2023-07-22 22:35:38 -07:00
Andrej 9148cae17d Update README.md 2023-07-22 22:30:25 -07:00
Andrej Karpathy 60d32cf13a move lines around 2023-07-23 05:25:07 +00:00
Andrej Karpathy 5b161abb9a somewhere ~20 hours later 2023-07-23 05:23:45 +00:00