Commit Graph

200 Commits

Author SHA1 Message Date
Will Lamond e592ed5d64 Add tinyshakespeare dataset 2023-08-01 15:26:47 -07:00
Andrej a8f3e1c499 Merge pull request #175 from tairov/ci-mingw
Add build step for win64 msys2/mingw
2023-08-01 09:02:35 -07:00
Andrej b7f026ffc8 Merge pull request #179 from richinseattle/windows-ftell64-fix
use ssize_t/int64 and 64bit version of ftell on windows
2023-08-01 09:01:50 -07:00
Andrej e2d4a386c7 Merge pull request #186 from vodkaslime/master
add vodkaslime llama.zig to readme
2023-08-01 09:00:37 -07:00
Andrej e270c6eb3c Update README.md: add mention of -f unroll loops option for gcc 2023-08-01 08:59:00 -07:00
Andrej 23f608350a Merge branch 'master' into master 2023-08-01 08:50:52 -07:00
Andrej def12a29c6 Merge pull request #173 from juvi21/patch-1
Added julia port to notable forks section in README.md
2023-08-01 08:50:14 -07:00
Andrej 221f4f929f Merge branch 'master' into patch-1 2023-08-01 08:50:08 -07:00
Andrej e06ff42bc3 Merge pull request #160 from GabrielJadderson/add-fp-fast
Add fp:fast for better performance on windows
2023-08-01 08:49:43 -07:00
Andrej c1a0c6e63e Merge pull request #198 from trholding/notable-forks-patch
README.md - Update notable forks section
2023-08-01 08:49:18 -07:00
Andrej 217667d085 Merge branch 'master' into notable-forks-patch 2023-08-01 08:49:08 -07:00
Andrej 9023840fe0 Merge branch 'master' into master 2023-08-01 08:34:23 -07:00
Andrej 4a1250e874 Merge pull request #149 from murilocurti/fix/makefile-win64-gcc
fix: Use correct compiler for Win64 GCC in Makefile
2023-08-01 08:32:20 -07:00
Andrej Karpathy 71e5de2136 Merge branch 'ai-doge-master' 2023-08-01 15:27:00 +00:00
Andrej Karpathy 502f6816d6 Merge branch 'master' of https://github.com/ai-doge/llama2.c into ai-doge-master 2023-08-01 15:25:14 +00:00
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
juvi 338f606c59 Merge branch 'master' into patch-1 2023-08-01 12:36:19 +02:00
aidoge 883cda1a2c fix freq_cos, freq_sin serialize 2023-08-01 16:31:43 +08:00
Johannes Rudolph 4c0a88249d add link to scala port 2023-07-31 14:59:11 +02:00
Vulcan d0702edf1f README.md - Update notable forks section 2023-07-31 18:12:56 +05:30
Leo Du 3b446baeb3 update readme 2023-07-31 03:34:34 -04:00
vodkaslime 68fc522139 add vodkaslime llama.zig to readme 2023-07-31 10:15:04 +08:00
Andrej ce05cc28cf Merge pull request #178 from cgbur/patch-1
Add Zig port of project
2023-07-30 18:15:24 -07:00
richinseattle b63dfd596f clean up windows mmap, drop 32bit support 2023-07-30 01:03:34 -07:00
richinseattle 6b6ed3db97 update mmap.c to use ssize_t instead of off_t for 64bit 2023-07-30 00:03:38 -07:00
juvi 13789ffe2c Added julia port to notable forks section in README.md 2023-07-30 09:00:27 +02:00
richinseattle cddb05d5b2 use ssize_t/int64 and 64bit version of ftell on windows 2023-07-29 22:54:27 -07:00
Chris Burgess ab39930d27 Update README.md 2023-07-30 01:53:48 -04:00
Aydyn Tairov bc36686786 Add build step for win64 msys2/mingw 2023-07-29 23:55:23 +01:00
juvi 6f156fd5ac Added Julia port to notable forks section in README.md 2023-07-29 16:56:40 +02: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
Gabriel Jadderson 356f74cc31 Add fp fast for better performance on windows 2023-07-28 17:21:31 +02: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
aidoge 7cbb47cc36 update export_meta_llama_bin, get freqs_cos, freqs_sin independently. 2023-07-28 12:25:05 +08: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
Murilo Curti 72ba34c392 fix: Use correct compiler for Win64 GCC in Makefile 2023-07-27 21:39:09 -03: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