Merge pull request #455 from stepango/stepango/kotlin-multiplatform-readme

README: add Kotlin Multiplatform port
This commit is contained in:
Andrej 2024-02-12 17:16:10 -08:00 committed by GitHub
commit 541ca8df22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -369,6 +369,7 @@ If your candidate PRs have elements of these it doesn't mean they won't get merg
- [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
- [llama2-kmp](https://github.com/stepango/llama2-kmp) by @[stepango](https://github.com/stepango): a Kotlin multiplatform(KMP) port of this project
- Python
- [llama2.py](https://github.com/tairov/llama2.py) by @[tairov](https://github.com/tairov): a simple one file pure Python port of this project with zero dependencies
- C#