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 1/2] 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 2/2] 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