StorageStat |
File metadata. |
Storage |
Sync byte-level file I/O. |
AsyncStorage |
Async byte-level file I/O. |
LocalStorage |
File-based storage rooted at a local directory. |
FsspecStorage |
Storage backend wrapping any fsspec.AbstractFileSystem. |
RunInfo |
Metadata about a discovered training run. |
RunRegistry |
Discovers training runs and provides stores for each. |
TrainingRunStore |
Typed read/write access to one training run's data. |
EvalStore |
Manages evaluation runs across checkpoints. |
IncrementalReader |
Reads a JSONL file incrementally, tracking the byte offset. |