Skip to content

References

aditaa edited this page Mar 5, 2026 · 1 revision

References

Primary External References

In-Repo Reference Notes

  • information/README.md
  • information/raschka-reference-notes.md
  • information/raschka-implementation-checklist.md
  • information/external/LLMs-from-scratch (submodule checkout)

How We Use References

  • 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.

Sync Reference Repo

git submodule update --init --recursive
git submodule update --remote information/external/LLMs-from-scratch

Clone this wiki locally