Tinkex.Types.SaveWeightsRequest (Tinkex v0.3.4)

View Source

Request to save model weights as a checkpoint.

Mirrors Python tinker.types.SaveWeightsRequest.

Summary

Types

t()

@type t() :: %Tinkex.Types.SaveWeightsRequest{
  model_id: String.t(),
  path: String.t() | nil,
  seq_id: integer() | nil,
  type: String.t()
}