Ben Chuanlong Du's Blog

It is never too late to learn.

Rust for Machine Learning

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

candle

Candle is a minimalist ML framework for Rust with a focus on easiness of use and on performance (including GPU support).

dfdx

dfdx is an ergonomics & safety focused deep learning …

Markdown Tools Written in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

mdBook

mdBook is a utility to create modern online books from Markdown files.

crowbook

Crowbook's aim is to allow you to write a book in Markdown without worrying about formatting …

LLM in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://github.com/rustformers/llm llm is an ecosystem of Rust libraries for working with large language models - it's built on top of the fast, efficient GGML library for machine learning …