Skip to content

StreamingTrainerCallbackConfig

Module: fast_llm.engine.training.config

Variant of: TrainerCallbackConfig — select with type: streaming

Inherits from: TrainerCallbackConfig, RedisConfig

Fields

broadcastcore

Type: WeightsBroadcastConfig    Default: (sub-fields optional)

Configuration for signaling weight-ready events via Redis.

exportcore

Type: CheckpointStateSaveConfigBase    Default: (sub-fields optional)

Configuration for exporting checkpoints before broadcasting them.

hostcore

Type: str    Default: "localhost"

Hostname or IP address of the Redis server.

portcore

Type: int    Default: 6379

Port number on which the Redis server is running.

timeout

Type: float    Default: 600.0

Timeout (seconds) for sending and receiving data.