Concepts¶
Note
This page will fill in as the API surface stabilizes. Track progress in the Linear Orion project.
Topics planned:
RunConfigand its sub-models (TrainingConfig,DataConfig,ModelConfig,InfraConfig,BenchCompute)OrionTrainerand the standard callback setThe
orion.models.*wrapper pattern aroundtorch_brainRich checkpoints — what’s in them, how resume works
The
data_hashes/manifest.jsonand train/test overlap detectionThe
Benchmarkclass as a first-class measurement primitiveBenchComputemodes and partial subsetsMulti-stage training with
TrainingPipelineandFinetuneFromLineage propagation
Pre-flight validation
Module version routing for
orion.models.*