Skip to content

tinker.types.ParsedCheckpointTinkerPath

class tinker.types.ParsedCheckpointTinkerPath(BaseModel)

Fields:

  • tinker_path – The tinker path to the checkpoint
  • training_run_id – The training run ID
  • checkpoint_type – The type of checkpoint (training or sampler)
  • checkpoint_id – The checkpoint ID

from_tinker_path(tinker_path)

Parse a tinker path to an instance of ParsedCheckpointTinkerPath

Returns: 'ParsedCheckpointTinkerPath'