Skip to content

tinker_cookbook.stores

Class Description
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.
Function Description
storage_from_uri() Create a Storage backend from a URI string.
storage_join() Join storage path segments, normalizing the result.