From 0cd92923d634dfc2b007f73caa6a5bd598d8f5f6 Mon Sep 17 00:00:00 2001 From: Will Date: Mon, 23 Mar 2026 17:27:25 -0600 Subject: [PATCH] Add Axolotl fine-tuning guide Step-by-step guide for fine-tuning Qwen2.5-3B with LoRA on Vast.ai using the Axolotl toolkit. Covers GPU rental, training config, running training, inference testing, and cleanup. --- docs.json | 3 +- .../ai-ml-frameworks/axolotl-fine-tuning.mdx | 324 ++++++++++++++++++ 2 files changed, 326 insertions(+), 1 deletion(-) create mode 100644 examples/ai-ml-frameworks/axolotl-fine-tuning.mdx diff --git a/docs.json b/docs.json index 49168dd..319c695 100644 --- a/docs.json +++ b/docs.json @@ -190,7 +190,8 @@ "icon": "brain", "pages": [ "pytorch", - "multi-node-training-using-torch-nccl" + "multi-node-training-using-torch-nccl", + "examples/ai-ml-frameworks/axolotl-fine-tuning" ] }, { diff --git a/examples/ai-ml-frameworks/axolotl-fine-tuning.mdx b/examples/ai-ml-frameworks/axolotl-fine-tuning.mdx new file mode 100644 index 0000000..adacd5a --- /dev/null +++ b/examples/ai-ml-frameworks/axolotl-fine-tuning.mdx @@ -0,0 +1,324 @@ +--- +title: Fine-Tune LLMs with Axolotl +createdAt: Sun Mar 23 2026 20:00:00 GMT+0000 (Coordinated Universal Time) +updatedAt: Sun Mar 23 2026 20:00:00 GMT+0000 (Coordinated Universal Time) +--- + +