Commit 8bcd073
committed
Update on "Add LoRA linear definition"
^
Add lora linear definition. Pull out linears from attention, and allow custom linear (eg. lora linear) to be passed in.
If none, construct linear (current behaviour).
Differential Revision: [D73953776](https://our.internmc.facebook.com/intern/diff/D73953776/)
[ghstack-poisoned]2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
0 commit comments