Skip to content
View as Markdown

tinker.types.SaveWeightsForSamplerResponse

Generated from tinker 0.30.4 at commit 1e5777e. Source links point at that snapshot.

class tinker.types.SaveWeightsForSamplerResponse(BaseModel)

Fields:

  • path (str) – A tinker URI for model weights for sampling at a specific step
  • type (Optional[Literal['save_weights_for_sampler']])

get_console_url()

Return the Tinker Console URL for this sampler checkpoint.

Returns: str

get_playground_url()

Return a Tinker Playground URL configured with this checkpoint.

Returns: str