runner
Runner
Executes the specified stage using the validated and resolved configurations.
Source code in lighter/engine/runner.py
_run_stage(stage)
_save_config()
Save config to system checkpoint and trainer logger.
Source code in lighter/engine/runner.py
run(stage, config=None, **config_overrides)
Run the specified stage with the given configuration.