From 74c0a595247f7898ec566cb03225599092c21e34 Mon Sep 17 00:00:00 2001 From: Yusong Gao Date: Fri, 2 Aug 2024 23:32:52 +0800 Subject: [PATCH] add llm.cpp link to notable forks in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a3536e0bf..a1c545df8 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,9 @@ Lastly, I will be a lot more sensitive to complexity in the root folder of the p - WebGPU C++ - [gpu.cpp](https://github.com/AnswerDotAI/gpu.cpp) by @[austinvhuang](https://github.com/austinvhuang): a library for portable GPU compute in C++ using native WebGPU. Aims to be a general-purpose library, but also porting llm.c kernels to WGSL. + +- C++ + - [llm.cpp](https://github.com/GaoYusong/llm.cpp) by @[GaoYusong](https://github.com/GaoYusong): a port of this project featuring a C++ single-header [tinytorch.hpp](https://github.com/GaoYusong/llm.cpp/blob/main/tinytorch.hpp) library - Go - [llm.go](https://github.com/joshcarp/llm.go) by @[joshcarp](https://github.com/joshcarp): a Go port of this project