llms_from_scratch_rs

Module exercises

Source
Expand description

Exercises

This module contains solutions to the exercises found in each chapter of the LLMs From Scratch book. The book offers code solutions to exercises that are based in PyTorch. Here, we provide solutions using Rust and the Candle crate.

Modulesยง

  • Exercises from Chapter 2
  • Exercises from Chapter 3
  • Exercises from Chapter 4
  • Exercises from Chapter 5
  • Exercises from Chapter 6
  • Exercises from Chapter 7