StreamingTrainerCallbackConfig¶
Module: fast_llm.engine.training.config
Variant of: TrainerCallbackConfig — select with type: streaming
Inherits from: TrainerCallbackConfig, RedisConfig
Fields¶
broadcast—core-
Type: WeightsBroadcastConfig Default: (sub-fields optional)
Configuration for signaling weight-ready events via Redis.
export—core-
Type: CheckpointStateSaveConfigBase Default: (sub-fields optional)
Configuration for exporting checkpoints before broadcasting them.
host—core-
Type:
strDefault:"localhost"Hostname or IP address of the Redis server.
port—core-
Type:
intDefault:6379Port number on which the Redis server is running.
timeout-
Type:
floatDefault:600.0Timeout (seconds) for sending and receiving data.