Skip to content

CheckpointPathConfigBase

Abstract

This class cannot be instantiated directly. Use one of the variants listed below.

Module: fast_llm.engine.checkpoint.config

Inherits from: CheckpointConfigBase

Fields

formatcore

Type: type    Default: FastLLMCheckpointFormat

Format of the checkpoint.

pathcore

Type: Path or None    Default: None

Location of the checkpoint.

timeoutoptional

Type: float or None    Default: None

Custom timeout for lengthy operations.