ShutdownConfig¶
Module: fast_llm.engine.training.config
Inherits from: IntervalConfig
Fields¶
interval—feature-
Type:
intorNoneDefault:NoneThe number of training iterations between each automated shutdown. Setting to None will disable automated shutdowns. Must be a sub-interval of the checkpoint interval.
offset—feature-
Type:
intDefault:0Offset for the first automated shutdown. Must be compatible with the checkpoint offset.