From 1032e226502214da4fcb013585660b168ce5aa35 Mon Sep 17 00:00:00 2001 From: float-trip <102226344+float-trip@users.noreply.github.com> Date: Tue, 8 Jul 2025 09:19:09 -0400 Subject: [PATCH] Fix link in FSDP + QLoRA docs. (#2879) [skip ci] --- docs/fsdp_qlora.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fsdp_qlora.qmd b/docs/fsdp_qlora.qmd index 7af2a3eba..2f1b0358f 100644 --- a/docs/fsdp_qlora.qmd +++ b/docs/fsdp_qlora.qmd @@ -20,7 +20,7 @@ To enable `QLoRA` with `FSDP`, you need to perform the following steps: > See the [example config](#example-config) file in addition to reading these instructions. 1. Set `adapter: qlora` in your axolotl config file. -2. Enable FSDP in your axolotl config, as [described here](https://github.com/axolotl-ai-cloud/axolotl?tab=readme-ov-file#fsdp). +2. Enable FSDP in your axolotl config, as [described here](multi-gpu.qmd#sec-fsdp). 3. Use one of the supported model types: `llama`, `mistral` or `mixtral`. ## Example Config