A user-friendly LLM training framework supporting a wide range of models, including Llama, Mistral, and others. Axolotl streamlines fine-tuning with PEFT, FSDP, and other optimizations, currently at version 0.16.1. Release cadence is regular, with multiple releases per month.
pip install axolotlVerified import paths — ran on the pinned version, not inferred.
Basic training using a YAML config file.
Use load_config to load a YAML or dict config, then call train(cfg=config).
Install with pip install axolotl[flash-attn] and ensure GPU is available.
Refer to the official config documentation for correct key names.
Use `python -m axolotl.cli.train config.yml` or the Python API.