WandbAlertConfig¶
Module: fast_llm.engine.training.config
Inherits from: IntervalConfig
Fields¶
interval—feature-
Type:
intorNoneDefault:NoneThe number of training iterations between each Wandb status post (alert). Setting to None will disable iteration-based wandb alerts. Must be a sub-interval of the logging interval.
offset—feature-
Type:
intDefault:0Offset for the first Wandb status post (alert). Must be compatible with the logging offset.
status_updates—feature-
Type:
boolorNoneDefault:NonePost wandb status updates on status changes (run begin/end). The update may be posted by email and/or slack depending on the Wandb account configuration.
Used in¶
alertin WandbConfig