axolotl-ai-cloud/axolotl

Go ahead and axolotl questions

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 42 minutes ago
Added to GitGenius on September 4th, 2026
Created on April 14th, 2023
Open Issues & Pull Requests: 242 (+0)
GitHub issues: Enabled
Number of forks: 1,428
Total Stargazers: 12,450 (+1)
Total Subscribers: 57 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 30.2 hours
Mean response time: 48.4 days
90th percentile: 101.0 days
Tracked items: 583

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 72% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "wip" is answered fastest, typically in about 13 hours, while "enhancement" waits about 4 days. 53% of tracked open issues have had no activity in three months. Only 8% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 107
New in 7 days: 5
Closed in 7 days: 5
Avg open age: 416 days
Stale 30+ days: 100
Stale 90+ days: 86

Recent activity

Opened in 7 days: 4
Closed in 7 days: 5
Comments in 7 days: 4
Events in 7 days: 14

Top labels

  • bug (362)
  • enhancement (183)
  • waiting for reporter (49)
  • good first issue (16)
  • wip (15)
  • help wanted (11)
  • waiting on upstream (10)
  • under review (9)

Detailed Description

Axolotl is a fine-tuning framework that streamlines the process of adapting large language models to specific tasks and domains through configuration-driven training workflows.

The tool addresses the complexity of setting up LLM fine-tuning by providing a unified interface that handles data preparation, model loading, training orchestration, and optimization. Rather than requiring users to write extensive training scripts, Axolotl uses declarative configuration files to specify training parameters, dataset formats, and model architectures. This approach abstracts away boilerplate code while maintaining flexibility for advanced customization, allowing practitioners to focus on their data and training objectives rather than infrastructure details.

Axolotl suits teams and individuals who need to fine-tune open-source language models without building training pipelines from scratch. It works well for projects ranging from small experiments to production-scale training runs, supporting both single-GPU and multi-GPU setups. The framework is particularly valuable for those working with limited resources or seeking faster iteration cycles, as it eliminates the need to write and debug training harnesses for each new experiment.

The project maintains active test coverage including Docker end-to-end tests, nightly test runs, and multi-GPU semi-weekly tests, indicating systematic validation across different deployment scenarios. Development activity spans both standard testing workflows and specialized testing for distributed training configurations, suggesting ongoing attention to reliability across the range of hardware setups users may employ.