跳转至

WeightsInfoResponse

class mint.types.WeightsInfoResponse ( BaseModel )

Minimal information for loading public checkpoints.

Fields:

  • base_model ( str )
  • is_lora ( bool )
  • lora_rank ( int | None )
  • train_unembed ( bool | None )
  • train_mlp ( bool | None )
  • train_attn ( bool | None )