From 0b3a5e17fd30ba7382c1d3a3258bc6994fd9430a Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 3 Sep 2023 17:54:54 -0400 Subject: [PATCH] added fortran clone --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f4bdeb2a..8d135e88 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,8 @@ If your candidate PRs have elements of these it doesn't mean they won't get merg - [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 +- Fortran + - [llama2.f90](https://github.com/rbitr/llama2.f90): a Fortran 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