mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
docs: fix markdown link to lora adapter code
This commit is contained in:
parent
02f3c46e2e
commit
92e8166c83
|
@ -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 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).
|
||||||
|
|
Loading…
Reference in a new issue