WeightsInfoResponse - Tinker Documentation
tinker.types.WeightsInfoResponse
class tinker.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)