Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
COMMITS
/ pyproject.toml September 6, 2025
S
Add additional notes on debugging SSL issues (#810)
Sebastian Raschka committed
September 5, 2025
S
Update code dependencies (#809)
Sebastian Raschka committed
September 4, 2025
S
Update requirements for Intel Macs (#807)
Sebastian Raschka committed
September 3, 2025
S
Update requirements for Intel macOS (#805)
Sebastian Raschka committed
September 2, 2025
S
Interactive qwen3 chat interface (#801)
Sebastian Raschka committed
August 18, 2025
S
add HF equivalency tests for standalone nbs (#774)
Sebastian Raschka committed
July 22, 2025
S
Update Python dependency in pyproject.toml (#748)
Sebastian Raschka committed
July 10, 2025
S
Batched KV Cache Inference for Qwen3 (#735)
Sebastian Raschka committed
July 8, 2025
S
Update Qwen3 tokenizer test (#727)
Sebastian Raschka committed
June 30, 2025
S
Handle other Qwen3 tokenizer settings (#716)
Sebastian Raschka committed
June 28, 2025
S
Support different Qwen3 sizes in pkg (#714)
Sebastian Raschka committed
June 23, 2025
S
CPU compile performance for Qwen3 models (#704)
Sebastian Raschka committed
June 21, 2025
S
Qwen3 KV cache (#688)
Sebastian Raschka committed
S
Llama 3 KV Cache (#685)
Sebastian Raschka committed
June 19, 2025
S
Qwen3 From Scratch (#678)
Sebastian Raschka committed
June 12, 2025
S
Reduce Llama 3 RoPE memory requirements (#658)
Sebastian Raschka committed
April 1, 2025
S
Llama3Fast (#593)
Sebastian Raschka committed
March 31, 2025
S
Add Llama 3.2 to pkg (#591)
Sebastian Raschka committed
March 28, 2025
S
Alt weight loading code via PyTorch (#585)
Sebastian Raschka committed
March 27, 2025
S
Add GPTModelFast (#584)
Sebastian Raschka committed
March 24, 2025
S
Add PyPI package (#576)
Sebastian Raschka committed
February 20, 2025
S
Simplify the setup in CI (#542)
Sebastian Raschka committed
February 16, 2025
R
Fixing small typo in package description of the pyproject.toml file (#533)
ridhachahed committed
S
Uv workflow improvements (#531)
Sebastian Raschka committed
S
Native uv docs (#530)
Sebastian Raschka committed