From fcb4cdef8b38e6bfa5f620a8630ede7d324529eb Mon Sep 17 00:00:00 2001 From: Daniel Grittner Date: Sun, 6 Aug 2023 10:44:48 +0200 Subject: [PATCH] add a Rust port --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9926fc..ad0103c 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ If your candidate PRs have elements of these it doesn't mean they won't get merg - [llama2.java](https://github.com/mukel/llama2.java) by @mukel: a Java port of this project - [llama2.kt](https://github.com/madroidmaq/llama2.kt) by @madroidmaq: a Kotlin port of this project - [llama2.zig](https://github.com/clebert/llama2.zig) by @clebert: a Zig port of this project +- [llama2-rs](https://github.com/danielgrittner/llama2-rs) by @danielgrittner: a Rust port of this project ## unsorted todos