Comprehensive Rust 🦀 translation of the book's code! #474
nerdai
started this conversation in
Show and tell
Replies: 2 comments 10 replies
-
Glad you enjoyed the book. And wow, your repo is an amazing project! Haven't dabbled with Rust, yet, but now there's one more reason to get into it 😊. Thanks for sharing!! |
Beta Was this translation helpful? Give feedback.
9 replies
-
Related FWIW. Huggingface's TGI is written in Rust: https://huggingface.co/docs/text-generation-inference/en/index |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
First off, would like to say this is probably near the top, if not at the top, of my favourite DL books to read. I personally appreciated the careful explanations in every aspect of building an LLM -- I learned a lot in reading this book.
Second, I'm just about finished translating nearly all of the book's code into Rust using the Candle ML/DL framework. So, I thought it'd be a good time to share here in case there are others that might be interested in following this fantastic text with Rust "equivalent" code. Link to the repo and the docs are provided below. Contributions are welcome 🤗
Cheers!
main
branch of the github repo.)Beta Was this translation helpful? Give feedback.
All reactions