From d2817771e5c2603701e345fd5e8409eb26c1e17b Mon Sep 17 00:00:00 2001 From: Nikolay Dubina Date: Thu, 27 Jul 2023 14:40:21 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b6251e..fe2579d 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ If your candidate PRs have elements of these it doesn't mean they won't get merg - [llama2.rs](https://github.com/gaxler/llama2.rs) by @gaxler: a Rust port of this project - [go-llama2](https://github.com/tmc/go-llama2) by @tmc: a Go port of this project +- [llama2.go](https://github.com/nikolaydubina/llama2.go) by @nikolaydubina: a Go port of this project ## unsorted todos From e970c275cf7651def1863a4ed71517d7496aab2c Mon Sep 17 00:00:00 2001 From: Nikolay Dubina Date: Thu, 27 Jul 2023 22:47:34 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe2579d..fb03e42 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,8 @@ If your candidate PRs have elements of these it doesn't mean they won't get merg - [llama2.rs](https://github.com/gaxler/llama2.rs) by @gaxler: a Rust port of this project - [go-llama2](https://github.com/tmc/go-llama2) by @tmc: a Go port of this project - [llama2.go](https://github.com/nikolaydubina/llama2.go) by @nikolaydubina: a Go port of this project +- [llama2.go](https://github.com/haormj/llama2.go) by @haormj: a Go port of this project +- [llama2.go](https://github.com/saracen/llama2.go) by @saracen: a Go port of this project ## unsorted todos