From 3113656e3f1009264e1c2315947685d87e02f769 Mon Sep 17 00:00:00 2001 From: Anthony Blake Date: Thu, 16 May 2024 13:30:45 -0700 Subject: [PATCH] Add link to AMD fork --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 41cef25..469326f 100644 --- a/README.md +++ b/README.md @@ -342,6 +342,9 @@ Lastly, I will be a lot more sensitive to complexity in the root folder of the p ## notable forks +- AMD support + - [llm.c](https://github.com/anthonix/llm.c) by @[anthonix](https://github.com/anthonix): support for AMD devices, such as the 7900 XTX + - C# - [llm.cs](https://github.com/azret/llm.cs) by @[azret](https://github.com/azret): a C# port of this project - [Llm.cs](https://github.com/nietras/Llm.cs) by @[nietras](https://github.com/nietras): a C# port of this project with focus on easy to get started on any platform. Clone and run ✅