Design¶
Architecture and design documents for theseus internals.
Documents¶
- Dispatch Infrastructure — how
theseus submitandtheseus replget code onto remote machines and run it. - Config System — how
field(),build(), andconfiguration()turn annotated dataclasses into a unified OmegaConf schema. - Mock System — how
Mockerlets you run model analysis code on CPU without real parameters. - Plot System — how models expose figures via
sowandplot(), and how the trainer logs them asynchronously to W&B.