From 3fd7df56eebc65e9b5ddfe9a226849b351840c2e Mon Sep 17 00:00:00 2001 From: neoremind Date: Sat, 4 Nov 2023 00:18:13 +0800 Subject: [PATCH] Add a Java port information in README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0eb9ec..0d5f4a4 100644 --- a/README.md +++ b/README.md @@ -366,6 +366,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](https://github.com/jrudolph): a Scala port of this project - Java - [llama2.java](https://github.com/mukel/llama2.java) by @[mukel](https://github.com/mukel): a Java port of this project + - [llama2.java](https://github.com/neoremind/llama2.java) by @[neoremind](https://github.com/neoremind): a Java port of this project - Kotlin - [llama2.kt](https://github.com/madroidmaq/llama2.kt) by @[madroidmaq](https://github.com/madroidmaq): a Kotlin port of this project - Python