From a4e961f378a2a5c12e0ec0666d23e6788c39a8bc Mon Sep 17 00:00:00 2001 From: Clemens Akens Date: Fri, 4 Aug 2023 18:00:04 +0200 Subject: [PATCH] Add Zig port to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5511e25..d9d1c7c 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ If your candidate PRs have elements of these it doesn't mean they won't get merg - [llama2.scala](https://github.com/jrudolph/llama2.scala) by @jrudolph: a Scala port of this project - [llama2.c-emscripten](https://github.com/gohai/llama2.c-emscripten) by @gohai: Emscripten (JavaScript) port, based on @ggerganov's initial prototype - [llama2.java](https://github.com/mukel/llama2.java) by @mukel: a Java port of this project +- [llama2.zig](https://github.com/clebert/llama2.zig) by @clebert: a Zig port of this project ## unsorted todos