runner¶ class common.infer.lightning.runner.LightningInferTaskRunner[source]¶ Bases: InferTaskRunner classmethod store_configs(store)[source]¶ Stores structured configs. Parameters: cls – See cls. store (ZenStore) – A hydra_zen.ZenStore instance that manages the Hydra configuration store. Return type: None classmethod run_subtask(litmodule, config)[source]¶ Runs the subtask. Return type: Any