docs: fix markdown link to lora adapter code

This commit is contained in:
Bryce 2023-10-28 09:43:22 -07:00 committed by Cédric Deltheil
parent 02f3c46e2e
commit 92e8166c83

View file

@ -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).