tinker.types.ParsedCheckpointTinkerPath
Generated from tinker 0.30.4 at commit 1e5777e. Source links point at that snapshot.
class tinker.types.ParsedCheckpointTinkerPath(BaseModel)
Fields:
- tinker_path (str) – The tinker path to the checkpoint
- training_run_id (str) – The training run ID
- checkpoint_type (CheckpointType) – The type of checkpoint (training, sampler, or external)
- checkpoint_id (str) – The checkpoint ID
from_tinker_path(tinker_path)
Parse a tinker path to an instance of ParsedCheckpointTinkerPath
Parameters:
- tinker_path (str)
Returns: ParsedCheckpointTinkerPath