Skip to content

ShutdownConfig

Module: fast_llm.engine.training.config

Inherits from: IntervalConfig

Fields

intervalfeature

Type: int or None    Default: None

The number of training iterations between each automated shutdown. Setting to None will disable automated shutdowns. Must be a sub-interval of the checkpoint interval.

offsetfeature

Type: int    Default: 0

Offset for the first automated shutdown. Must be compatible with the checkpoint offset.

Used in