Skip to content

CheckpointMetadata

Module: fast_llm.engine.multi_stage.config

Fields

configcore

Type: FastLLMModelConfig    Default: (sub-fields optional)

The Fast-LLM model configuration for the saved model.

fast_llm_versioncore

Type: Version    Default: "0.4.0"

The Fast-LLM version this checkpoint was saved with.

formatcore

Type: type    Default: None

The format this checkpoint was saved in.

modelcore

Type: type    Default: None

The name of the model saved in this checkpoint (ex. gpt).

metadataoptional

Type: dict    Default: dict()

Additional information for this checkpoint.

shardsoptional

Type: list[str]    Default: list()

The name of the model shards saved in this checkpoint.