Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
COMMITS
/ .github/workflows/basic-tests-macos-uv.yml October 7, 2025
S
Switch from urllib to requests to improve reliability (#867)
Sebastian Raschka committed
August 19, 2025
S
Add Gemma3 KV cache variant (#776)
Sebastian Raschka committed
August 18, 2025
S
add HF equivalency tests for standalone nbs (#774)
Sebastian Raschka committed
August 17, 2025
S
Gemma 3 270M From Scratch (#771)
Sebastian Raschka committed
February 20, 2025
S
Simplify the setup in CI (#542)
Sebastian Raschka committed
February 19, 2025
T
Don't explicitly install Python. Use uv sync instead of uv add. (#540)
Tim Hopper committed
February 17, 2025
R
update badges
rasbt committed