From 882e480bc0a5abfaf2958a15e126d1e60df3b8cf Mon Sep 17 00:00:00 2001 From: YiMing Han Date: Fri, 18 Aug 2023 15:18:29 -0400 Subject: [PATCH] update read me --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8c36285..230d4ad 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,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 +- 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! - WebAssembly - [icpp-llm](https://github.com/icppWorld/icpp-llm): LLMs for the Internet Computer - [llama2.c - Llama 2 Everywhere](https://github.com/trholding/llama2.c) by @[trholding](https://github.com/trholding): Standalone, Bootable & Portable Binary Llama 2