mirror of
https://github.com/karpathy/llm.c.git
synced 2026-07-27 20:25:09 -04:00
Merge pull request #332 from harryjackson/llm.java
Adding a java port of the project
This commit is contained in:
commit
ff2fbdc2a1
1 changed files with 13 additions and 9 deletions
22
README.md
22
README.md
|
|
@ -333,27 +333,31 @@ Lastly, I will be a lot more sensitive to complexity in the root folder of the p
|
|||
|
||||
## notable forks
|
||||
|
||||
- C#
|
||||
- [llm.cs](https://github.com/azret/llm.cs) by @[azret](https://github.com/azret): a C# port of this project
|
||||
|
||||
- CUDA C++
|
||||
- [llm.cpp](https://github.com/gevtushenko/llm.c) by @[gevtushenko](https://github.com/gevtushenko): a port of this project using the [CUDA C++ Core Libraries](https://github.com/NVIDIA/cccl)
|
||||
- A presentation this fork was covered in [this lecture](https://www.youtube.com/watch?v=WiB_3Csfj_Q) in the [CUDA MODE Discord Server](https://discord.gg/cudamode)
|
||||
|
||||
- Mojo
|
||||
- [llm.🔥](https://github.com/dorjeduck/llm.mojo) by @[dorjeduck](https://github.com/dorjeduck): a Mojo port of this project
|
||||
- Go
|
||||
- [llm.go](https://github.com/joshcarp/llm.go) by @[joshcarp](https://github.com/joshcarp): a Go port of this project
|
||||
|
||||
- C#
|
||||
- [llm.cs](https://github.com/azret/llm.cs) by @[azret](https://github.com/azret): a C# port of this project
|
||||
|
||||
- Rust
|
||||
- [llm.rs](https://github.com/ToJen/llm.rs) by @[ToJen](https://github.com/ToJen): a Rust port of this project
|
||||
- Java
|
||||
- [llm.java](https://github.com/harryjackson/llm.java) by @[harryjackson](https://github.com/harryjackson): a Java port of this project
|
||||
|
||||
- Metal
|
||||
- [llm.metal](https://github.com/regrettable-username/llm.metal) by @[regrettable-username](https://github.com/regrettable-username): LLM training in simple, raw C/Metal Shading Language
|
||||
|
||||
- Mojo
|
||||
- [llm.🔥](https://github.com/dorjeduck/llm.mojo) by @[dorjeduck](https://github.com/dorjeduck): a Mojo port of this project
|
||||
|
||||
- Rust
|
||||
- [llm.rs](https://github.com/ToJen/llm.rs) by @[ToJen](https://github.com/ToJen): a Rust 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
|
||||
|
||||
- Go
|
||||
- [llm.go](https://github.com/joshcarp/llm.go) by @[joshcarp](https://github.com/joshcarp): a Go port of this project
|
||||
|
||||
## discussions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue