Merge pull request #242 from tairov/llama2-py

Add a link to simple one file pure Python port
This commit is contained in:
Andrej
2023-08-06 19:51:30 -07:00
committed by GitHub
+2
View File
@@ -237,6 +237,8 @@ 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](https://github.com/mukel): 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
- [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
- [llama2.c - Llama 2 Everywhere](https://github.com/trholding/llama2.c) by @[trholding](https://github.com/trholding): Standalone, Bootable & Portable Binary Llama 2
## unsorted todos