Commit Graph

171 Commits

Author SHA1 Message Date
Andrej f971b76008 Merge pull request #188 from leo-du/llama2.c
Add another Rust port in Readme
2023-08-01 08:21:06 -07:00
Andrej 9942a33ae2 Merge pull request #194 from celikin/patch-1
added JNI for android with compiler optimization
2023-08-01 08:20:50 -07:00
Andrej 13d22efe48 Merge branch 'master' into llama2.c 2023-08-01 08:19:31 -07:00
Andrej 163e2648c4 Merge pull request #197 from jrudolph/add-scala-port
Scala port
2023-08-01 08:07:30 -07:00
Johannes Rudolph 4c0a88249d add link to scala port 2023-07-31 14:59:11 +02:00
Leo Du 3b446baeb3 update readme 2023-07-31 03:34:34 -04:00
Andrej ce05cc28cf Merge pull request #178 from cgbur/patch-1
Add Zig port of project
2023-07-30 18:15:24 -07:00
Chris Burgess ab39930d27 Update README.md 2023-07-30 01:53:48 -04:00
Andrej f61807d6ea Merge pull request #163 from epicure/patch-1
Add llama2.js to notable forks section
2023-07-28 11:13:28 -07:00
seung joon choi 43d19ed83c Update README.md
Add llama2.js to notable forks section
2023-07-29 02:44:46 +09:00
Daniil Tcelikin 3418fed02b added repository in readme 2023-07-28 15:11:35 +03:00
Andrej Karpathy fd68dd222f reshuffle blocks of code a bit 2023-07-28 05:37:43 +00:00
Andrej d04336cac8 Merge pull request #138 from aegkmq/better-rng
Replace the rand() with a portable rng
2023-07-27 22:33:14 -07:00
aegkmq 6ce28fb388 Merge branch 'master' into better-rng 2023-07-28 13:52:34 +09:00
Andrej Karpathy 9949c50758 readme tweaks 2023-07-28 04:43:33 +00:00
Andrej Karpathy 2efc197c8f oops readme smallfix 2023-07-28 04:36:53 +00:00
Andrej Karpathy 905c5c58d0 add mention of prompting into readme 2023-07-28 04:27:38 +00:00
Andrej Karpathy b4bb47bb7b big change: adding prompting. many LOC, but critical. ty @atamurad for the first draft, i ended up tuning it quite a bit. 2023-07-28 04:12:54 +00:00
Andrej Karpathy 568a651c45 slightly tune todos of the project 2023-07-27 23:03:35 +00:00
Andrej Karpathy e5752e1fc9 strip leading whitespace 2023-07-27 22:59:19 +00: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
Andrej Karpathy 0e1b0d4c93 Merge branch 'master' of github.com:karpathy/llama2.c 2023-07-27 22:22:03 +00:00
Andrej Karpathy 78952fb0b4 propagate the dropout flag 2023-07-27 22:20:31 +00:00
Andrej Karpathy 517763346d HF checkpoints i removed the optimizer to save space, init Adam without the first/second moments is ok 2023-07-27 22:20:07 +00:00
Andrej 747db60562 Merge pull request #133 from nikolaydubina/patch-1
Added Go ports
2023-07-27 15:08:21 -07:00
Andrej 6b3a689d96 Merge pull request #146 from admu-progvar/master
Add llama2.cpp to notable forks section
2023-07-27 15:07:58 -07:00
Franz Louis Cesista b63cb91303 Add llama2.cpp to notable forks section 2023-07-28 05:06:37 +08:00
Nikolay Dubina 459b9c8561 Merge branch 'master' into patch-1 2023-07-28 01:19:10 +08:00
Andrej cc66a2037e Merge pull request #86 from tairov/master
Add CI github actions workflow to verify builds on pull_request
2023-07-27 08:59:00 -07:00
Andrej Karpathy b6d63a973e Merge branch 'tairov-win-timing' 2023-07-27 15:43:58 +00:00
Andrej Karpathy 677bb8fddd Merge branch 'win-timing' of https://github.com/tairov/llama2.c into tairov-win-timing 2023-07-27 15:43:41 +00:00
Aydyn Tairov b4b9ef5c6c add github actions workflow to validate builds on changes in *.c, *.h files 2023-07-27 16:43:20 +01:00
aegkmq 71200f3092 Fix random_f32 2023-07-28 00:35:59 +09:00
Andrej 9253d458f1 Merge pull request #139 from tairov/gnu
Add Makefile target to support builds on amazon linux & centos
2023-07-27 08:35:57 -07:00
Aydyn Tairov 343572675f minor whitespaces cleanup 2023-07-27 16:33:21 +01:00
Aydyn Tairov acf1e18e8f remove second ifdefs for windows timing by introducing ported version of clock_gettime 2023-07-27 16:33:21 +01:00
Andrej 79933a8ab4 Merge pull request #137 from tatellos/master
Improve readme: clarify dependencies and other things to install
2023-07-27 08:30:20 -07:00
Andrej 4a4663a235 Merge pull request #134 from Manuel030/sync-with-upstream
add llama2.c-android to readme
2023-07-27 08:28:30 -07:00
Nikolay Dubina e970c275cf Update README.md 2023-07-27 22:47:34 +08:00
Aydyn Tairov 2566ddf744 add README section for centos 7 & amazon linux make target 2023-07-27 15:00:27 +01:00
Aydyn Tairov bddde3398a add Makefile option to support builds on amazon linux & centos 2023-07-27 14:59:28 +01:00
aegkmq 1bdf5af743 Replace the rand() with a portable PRNG 2023-07-27 20:14:08 +09:00
Mathias Arens abfcdf141e Improve readme: clarify dependencies and other things to install 2023-07-27 13:05:32 +02:00
Manuel Plank 9c0850daf7 add llama2.c-android to readme 2023-07-27 11:30:00 +02:00
Nikolay Dubina d2817771e5 Update README.md 2023-07-27 14:40:21 +08:00
Andrej Karpathy 4e23ad8399 touchups to readme: reshuffle todos, and add a windows note 2023-07-27 06:17:13 +00:00
Andrej Karpathy f19f50a744 stylistic changes for the windows support ifdefs 2023-07-27 06:08:40 +00:00
Andrej a03ce1ee6d Merge pull request #132 from richinseattle/master
add windows build commands
2023-07-26 23:00:33 -07:00
richinseattle b18d325660 add windows build commands 2023-07-26 22:58:48 -07:00
Andrej de6f2fc81c Merge pull request #130 from richinseattle/patch-3
Add Windows mmap
2023-07-26 22:52:14 -07:00