Merge pull request #388 from tairov/patch

Add link to pure Mojo implementation of project
This commit is contained in:
Andrej 2023-09-12 09:12:31 +01:00 committed by GitHub
commit 27e623c8ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -350,6 +350,8 @@ If your candidate PRs have elements of these it doesn't mean they won't get merg
- [icpp-llm](https://github.com/icppWorld/icpp-llm): LLMs for the Internet Computer
- Fortran
- [llama2.f90](https://github.com/rbitr/llama2.f90): a Fortran port of this project
- Mojo
- [llama2.🔥](https://github.com/tairov/llama2.mojo) by @[tairov](https://github.com/tairov): pure Mojo port of this project
- [llama2.c - Llama 2 Everywhere](https://github.com/trholding/llama2.c) by @[trholding](https://github.com/trholding): Standalone, Bootable & Portable Binary Llama 2
- [llama2.c-zh - Bilingual Chinese and English](https://github.com/chenyangMl/llama2.c-zh) by @[chenyangMl](https://github.com/chenyangMl): Expand tokenizer to support training and inference in both Chinese and English