From b63cb9130387e1f9ff26843258592b66b271be6e Mon Sep 17 00:00:00 2001 From: Franz Louis Cesista Date: Fri, 28 Jul 2023 05:06:37 +0800 Subject: [PATCH] Add llama2.cpp to notable forks section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 659e57f..e248d37 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,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.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 ## unsorted todos