-
Notifications
You must be signed in to change notification settings - Fork 0
References
aditaa edited this page Mar 5, 2026
·
1 revision
- Sebastian Raschka article:
https://magazine.sebastianraschka.com/p/coding-llms-from-the-ground-up - Sebastian Raschka code repository:
https://github.com/rasbt/LLMs-from-scratch
information/README.mdinformation/raschka-reference-notes.mdinformation/raschka-implementation-checklist.md-
information/external/LLMs-from-scratch(submodule checkout)
- Use Raschka sources as design and implementation guidance.
- Translate concepts into this repository's modular code layout.
- Track adaptation status in checklist and roadmap docs.
git submodule update --init --recursive
git submodule update --remote information/external/LLMs-from-scratch