Merge pull request #440 from neoremind/master

Add a Java port information in README.
This commit is contained in:
Andrej 2024-02-12 17:21:54 -08:00 committed by GitHub
commit b50a7572b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -367,6 +367,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
- [llama2.tornadovm.java](https://github.com/mikepapadim/llama2.tornadovm.java) by @[mikepapadim](https://github.com/mikepapadim): an extension of the llama2.java with GPU-support through [TornadoVM](https://github.com/beehive-lab/TornadoVM).
- Kotlin
- [llama2.kt](https://github.com/madroidmaq/llama2.kt) by @[madroidmaq](https://github.com/madroidmaq): a Kotlin port of this project