From 356f74cc314bd7c5480a91586c950b681ef36156 Mon Sep 17 00:00:00 2001 From: Gabriel Jadderson Date: Fri, 28 Jul 2023 17:21:31 +0200 Subject: [PATCH 1/4] Add fp fast for better performance on windows --- build_msvc.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_msvc.bat b/build_msvc.bat index 74d5803..f3b2c98 100644 --- a/build_msvc.bat +++ b/build_msvc.bat @@ -1 +1 @@ -cl.exe /Ox /openmp /I. run.c win.c +cl.exe /fp:fast /Ox /openmp /I. run.c win.c From 6f156fd5ac20c31168d9f9b13e6c46920f6ae599 Mon Sep 17 00:00:00 2001 From: juvi <140188098+juvi21@users.noreply.github.com> Date: Sat, 29 Jul 2023 16:56:40 +0200 Subject: [PATCH 2/4] Added Julia port to notable forks section in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df65dc6..5cbcc43 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ If your candidate PRs have elements of these it doesn't mean they won't get merg - [llama2.c-android](https://github.com/Manuel030/llama2.c-android): by @Manuel030: adds Android binaries of this project - [llama2.cpp](https://github.com/leloykun/llama2.cpp) by @leloykun: a C++ port of this project - [llama2.js](https://github.com/epicure/llama2.js) by @epicure: a JavaScript port of this project +- [llama2.jl](https://https://github.com/juvi21/llama2.jl) by @juvi21: a Julia port of this project ## unsorted todos From 13789ffe2cb36f2fb4bc3a6b239922f2a0cc80d7 Mon Sep 17 00:00:00 2001 From: juvi <140188098+juvi21@users.noreply.github.com> Date: Sun, 30 Jul 2023 09:00:27 +0200 Subject: [PATCH 3/4] Added julia port to notable forks section in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cbcc43..9fe6e89 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ If your candidate PRs have elements of these it doesn't mean they won't get merg - [llama2.c-android](https://github.com/Manuel030/llama2.c-android): by @Manuel030: adds Android binaries of this project - [llama2.cpp](https://github.com/leloykun/llama2.cpp) by @leloykun: a C++ port of this project - [llama2.js](https://github.com/epicure/llama2.js) by @epicure: a JavaScript port of this project -- [llama2.jl](https://https://github.com/juvi21/llama2.jl) by @juvi21: a Julia port of this project +- [llama2.jl](https://github.com/juvi21/llama2.jl) by @juvi21: a Julia port of this project ## unsorted todos From d0702edf1f2ebf4f9d7da86821800a7683c203ad Mon Sep 17 00:00:00 2001 From: Vulcan <93451215+trholding@users.noreply.github.com> Date: Mon, 31 Jul 2023 18:12:56 +0530 Subject: [PATCH 4/4] README.md - Update notable forks section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e801c5..cc4b815 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ If your candidate PRs have elements of these it doesn't mean they won't get merg - [llama2.cpp](https://github.com/leloykun/llama2.cpp) by @leloykun: a C++ port of this project - [llama2.js](https://github.com/epicure/llama2.js) by @epicure: a JavaScript port of this project - [llama2.zig](https://github.com/cgbur/llama2.zig) by @cgbur: A Zig port of this project +- [llama2.c - Llama 2 Everywhere](https://github.com/trholding/llama2.c) by @trholding: Standalone, Bootable & Portable Binary Llama 2 ## unsorted todos