From 92e8166c83669b5e17cf2ee2f66cb49e444f3025 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sat, 28 Oct 2023 09:43:22 -0700 Subject: [PATCH] docs: fix markdown link to lora adapter code --- docs/adapters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adapters.md b/docs/adapters.md index 891a6a7..9991726 100644 --- a/docs/adapters.md +++ b/docs/adapters.md @@ -94,4 +94,4 @@ As before, we can call eject the adapter to go back to the original model. ## A real-world example: LoraAdapter -A popular example of adaptation is [LoRA](https://arxiv.org/abs/2106.09685). You can check out [how we implement it in Refiners](../src/refiners/adapters/lora.py). +A popular example of adaptation is [LoRA](https://arxiv.org/abs/2106.09685). You can check out [how we implement it in Refiners](../src/refiners/fluxion/adapters/lora.py).