Added Haskell version of llama2.c

I noticed there was no Haskell version, so I implemented it for the sake of completeness
This commit is contained in:
Christophe 2024-01-22 11:46:35 +01:00 committed by GitHub
parent d9862069e7
commit 1eb43bdb09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -386,6 +386,8 @@ If your candidate PRs have elements of these it doesn't mean they won't get merg
- [llama2.ml](https://github.com/jackpeck/llama2.ml) by @[jackpeck](https://github.com/jackpeck): an OCaml 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
- Haskell
- [llama2.hs](https://github.com/chris-ch/llama2.hs) by @[chris-ch](https://github.com/chris-ch): an Haskell port of this project
## unsorted todos