nemo_automodel.components.speculative.streaming.stores

View as Markdown

Pluggable feature-store backends for the streaming data plane.

PR 1 ships one backend — :class:LocalFeatureStore — as a build-and-test target. SharedDirFeatureStore (PR 3) and NcclFeatureStore (PR 4) plug in behind the same :class:~nemo_automodel.components.speculative.streaming.store.FeatureStore contract later.

Submodules

Package Contents

Data

__all__

API

nemo_automodel.components.speculative.streaming.stores.__all__ = ['LocalFeatureStore']