Skip to content

CheckpointLoadMetadataConfig

Module: fast_llm.engine.checkpoint.config

Inherits from: CheckpointPathConfigBase, CheckpointConfigBase

Fields

formatcore

Type: type    Default: FastLLMCheckpointFormat

Format of the checkpoint.

load_configcore

Type: ModelConfigType    Default: "model"

Configuration to save/load.

pathcore

Type: Path or None    Default: None

Location of the checkpoint.

timeoutoptional

Type: float or None    Default: None

Custom timeout for lengthy operations.