From 01c06fa83c8b735e5d37fef33f6f5e5a18f76bd8 Mon Sep 17 00:00:00 2001 From: Travis Cline Date: Wed, 26 Jul 2023 22:44:15 -0700 Subject: [PATCH] readme: Include reference to go port This adds a link to my go port of this project. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c37d6b6..ac19680 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ If your candidate PRs have elements of these it doesn't mean they won't get merg ## notable forks - [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 ## License