Skip to content

CheckpointLoadConfig

Module: fast_llm.engine.checkpoint.config

Inherits from: CheckpointLoadMetadataConfig, CheckpointPathConfigBase, CheckpointStateConfigBase

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.

model_weightsfeature

Type: bool    Default: True

Load the model weights.

optimizer_statefeature

Type: bool    Default: False

Load the optimizer state.

timeoutoptional

Type: float or None    Default: None

Custom timeout for lengthy operations.

Used in