CheckpointSaveConfigBase¶
Abstract
This class cannot be instantiated directly. Use one of the variants listed below.
Module: fast_llm.engine.checkpoint.config
Inherits from: CheckpointConfigBase
Fields¶
format—core-
Type:
typeDefault:FastLLMCheckpointFormatFormat of the checkpoint.
data_type—feature-
Type:
DataTypeorNoneDefault:NoneData type to save the checkpoint.
parameters_per_file—feature-
Type:
intDefault:4_294_967_296Limit the number of parameters saved in each file.