From 5f87b13f34de9bc5e2698d1bec2347f88ceb67ba Mon Sep 17 00:00:00 2001 From: otabuzzman Date: Thu, 23 May 2024 21:15:01 +0200 Subject: [PATCH] Update documentation with Swift port reference --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f77870b25..7b9c2d4fe 100644 --- a/README.md +++ b/README.md @@ -403,6 +403,9 @@ Lastly, I will be a lot more sensitive to complexity in the root folder of the p - [llm.rs](https://github.com/yijunyu/llm.rs) by @[Yijun Yu](https://github.com/yijunyu): a Rust rewrite with the aim to have same performance - [llm.rs](https://github.com/ToJen/llm.rs) by @[ToJen](https://github.com/ToJen): a Rust port of this project +- Swift + - [llm.swift](https://github.com/otabuzzman/llm.swift) by @[otabuzzman](https://github.com/otabuzzman): a Swift port of this project + - Zig - [llm.zig](https://github.com/Saimirbaci/llm.zig) by @[saimirbaci](https://github.com/Saimirbaci): a Zig port of this project