integrations.hatchery.args
integrations.hatchery.args
Pydantic config schema for the Hatchery integration.
Classes
| Name | Description |
|---|---|
| HatcheryArgs | Top-level mixin that adds the nested hatchery: field. |
| HatcheryConfig | Nested config under hatchery: in the axolotl YAML. |
HatcheryArgs
integrations.hatchery.args.HatcheryArgs()Top-level mixin that adds the nested hatchery: field.
HatcheryConfig
integrations.hatchery.args.HatcheryConfig()Nested config under hatchery: in the axolotl YAML.
Only contains hatchery-specific settings. Standard training params (learning_rate, weight_decay, adam_beta1/2, max_grad_norm, gradient_accumulation_steps) are read from axolotl’s top-level config.