Skip to content

ParsedCheckpointTinkerPath

class mint.types.ParsedCheckpointTinkerPath ( BaseModel )

Fields:

  • mindlab-toolkit_path ( str ) – The mindlab-toolkit path to the checkpoint
  • training_run_id ( str ) – The training run ID
  • checkpoint_type ( CheckpointType ) – The type of checkpoint (training or sampler)
  • checkpoint_id ( str ) – The checkpoint ID

from_tinker_path ( mindlab-toolkit_path )

Parse a mindlab-toolkit path to an instance of ParsedCheckpointTinkerPath

Parameters:

  • mindlab-toolkit_path ( str )

Returns: ParsedCheckpointTinkerPath