# `Tinkex.Types.LoraConfig`
[🔗](https://github.com/North-Shore-AI/tinkex/blob/v0.4.0/lib/tinkex/types/lora_config.ex#L1)

LoRA configuration for model fine-tuning.

Mirrors Python tinker.types.LoraConfig.

# `t`

```elixir
@type t() :: %Tinkex.Types.LoraConfig{
  rank: pos_integer(),
  seed: integer() | nil,
  train_attn: boolean(),
  train_mlp: boolean(),
  train_unembed: boolean()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
