CheckpointLoadConfig¶
Module: fast_llm.engine.checkpoint.config
Inherits from: CheckpointLoadMetadataConfig, CheckpointPathConfigBase, CheckpointStateConfigBase
Fields¶
format—core-
Type:
typeDefault:FastLLMCheckpointFormatFormat of the checkpoint.
load_config—core-
Type:
ModelConfigTypeDefault:"model"Configuration to save/load.
path—core-
Type:
PathorNoneDefault:NoneLocation of the checkpoint.
model_weights—feature-
Type:
boolDefault:TrueLoad the model weights.
optimizer_state—feature-
Type:
boolDefault:FalseLoad the optimizer state.
timeout—optional-
Type:
floatorNoneDefault:NoneCustom timeout for lengthy operations.