Skip to content

WandbAlertConfig

Module: fast_llm.engine.training.config

Inherits from: IntervalConfig

Fields

intervalfeature

Type: int or None    Default: None

The 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.

offsetfeature

Type: int    Default: 0

Offset for the first Wandb status post (alert). Must be compatible with the logging offset.

status_updatesfeature

Type: bool or None    Default: None

Post 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