Skip to content

Commit

Permalink
docs: fix markdown link to lora adapter code
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedrennan authored and deltheil committed Oct 28, 2023
1 parent 02f3c46 commit 92e8166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 92e8166

Please sign in to comment.