Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
COMMITS
/ .github/workflows/basic-tests-linux-uv.yml October 7, 2025
S
Switch from urllib to requests to improve reliability (#867)
Sebastian Raschka committed
September 27, 2025
S
Test dependencies with Python 3.13 (#843)
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
July 10, 2025
M
Fix issue: 731 by resolving semantic error (#738)
Matthew Hernandez committed
June 23, 2025
M
Fix bug in masking when kv cache is used. (#697)
Martin Ma committed
March 31, 2025
S
Add Llama 3.2 to pkg (#591)
Sebastian Raschka committed
March 24, 2025
S
Add PyPI package (#576)
Sebastian Raschka committed
March 8, 2025
S
Fix BPE bonus materials (#561)
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