Merge pull request #358 from micsh/patch-1

Adding F# Port to README.md
This commit is contained in:
Andrej 2024-02-12 17:23:39 -08:00 committed by GitHub
commit b3c4b6c3c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -376,6 +376,8 @@ If your candidate PRs have elements of these it doesn't mean they won't get merg
- [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#
- [llama2.cs](https://github.com/trrahul/llama2.cs) by @[trrahul](https://github.com/trrahul): a C# port of this project
- F#
- [llama2.fs](https://github.com/micsh/llama2.fs) by @[micsh](https://github.com/micsh): a F# port of this project
- Dart
- [llama2.dart](https://github.com/yiminghan/llama2.dart) by @[yiminghan](https://github.com/yiminghan/llama2.dart): one-file dart port of this project, works with Flutter!
- Web