Skip to content

Commit

Permalink
Merge pull request #724 from GaoYusong/master
Browse files Browse the repository at this point in the history
add llm.cpp(a port of this project featuring a tinytorch.hpp library) link to notable forks in readme
  • Loading branch information
karpathy authored Aug 26, 2024
2 parents a2bdae2 + 74c0a59 commit bd457aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,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
Expand Down

0 comments on commit bd457aa

Please sign in to comment.