ParsedCheckpointTinkerPath - Tinker Documentation
tinker.types.ParsedCheckpointTinkerPath
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 or sampler)
- 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