Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
COMMITS
September 27, 2025
R
Update requirements.txt
rasbt committed
R
Numerically stable generate on mps
rasbt committed
September 26, 2025
S
Windows compile (#845)
Sebastian Raschka committed
September 22, 2025
S
Update package dependencies (#842)
Sebastian Raschka committed
S
Improve MoE implementation (#841)
Sebastian Raschka committed
September 21, 2025
S
Note about devcontainer root usage (#833)
Sebastian Raschka committed
September 20, 2025
S
Note about RoPE usage (#839)
Sebastian Raschka committed
September 17, 2025
C
S
fix code comment (#834)
Synix committed
September 16, 2025
S
More efficient angles computation in RoPE (#830)
Sebastian Raschka committed
S
rename eval method (#832)
Sebastian Raschka committed
September 14, 2025
S
Improve weight tying handling (#826)
Sebastian Raschka committed
R
main push to sync github ruleset
rasbt committed
S
Add LoRA scaling (#823)
Sebastian Raschka committed
September 13, 2025
S
Added Apple Silicon GPU device update (#820)
Sebastian Raschka committed
A
fix: correct role of the beta hyperparameter on the DPO loss (#818)
Andreas Yin committed
September 11, 2025
S
remove redundant next_cache (#817)
Sebastian Raschka committed
September 10, 2025
S
Add defensive context trimming for multiturn (#815)
Sebastian Raschka committed
S
Improve multiturn stopping condition (#814)
Sebastian Raschka committed
September 6, 2025
S
Clarify Qwen3 notebook purpose (#812)
Sebastian Raschka committed
S
Fix IMDb spelling (#811)
Sebastian Raschka committed
S
Add additional notes on debugging SSL issues (#810)
Sebastian Raschka committed
September 5, 2025
S
Update code dependencies (#809)
Sebastian Raschka committed
S
Fix code comment
Sebastian Raschka committed
September 4, 2025
S
Update requirements for Intel Macs (#807)
Sebastian Raschka committed
S
Fix accidental indentation
Sebastian Raschka committed
September 3, 2025
S
Update README.md
Sebastian Raschka committed
S
Update requirements for Intel macOS (#805)
Sebastian Raschka committed
September 2, 2025
H
added brief explanations about 2 different ways of RoPE implementations (#802)
Hayato Hongo committed