From 6f8351dfda5c1e6cd7bd2d6f94580d92af19db43 Mon Sep 17 00:00:00 2001 From: Andrei Fajardo <92402603+nerdai@users.noreply.github.com> Date: Sat, 4 Jan 2025 17:07:30 -0500 Subject: [PATCH] add link to README (#2701) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 246e2844ad..05b12c500c 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ And then head over to - [`gpt-from-scratch-rs`](https://github.com/jeroenvlek/gpt-from-scratch-rs): A port of Andrej Karpathy's _Let's build GPT_ tutorial on YouTube showcasing the Candle API on a toy problem. - [`candle-einops`](https://github.com/tomsanbear/candle-einops): A pure rust implementation of the python [einops](https://github.com/arogozhnikov/einops) library. - [`atoma-infer`](https://github.com/atoma-network/atoma-infer): A Rust library for fast inference at scale, leveraging FlashAttention2 for efficient attention computation, PagedAttention for efficient KV-cache memory management, and multi-GPU support. It is OpenAI api compatible. +- [`llms-from-scratch-rs`](https://github.com/nerdai/llms-from-scratch-rs): A comprehensive Rust translation of the code from Sebastian Raschka's Build an LLM from Scratch book. If you have an addition to this list, please submit a pull request.