aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/Lora/network_oft.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor: use forward hook instead of custom forwardv0xie2023-10-211-9/+24
|
* style: fix ambiguous variable namev0xie2023-10-191-2/+2
|
* style: formattingv0xie2023-10-191-2/+2
|
* refactor: fix constraint, re-use get_weightv0xie2023-10-191-24/+16
|
* faster by calculating R in updown and using cached R in forwardv0xie2023-10-181-7/+8
|
* faster by using cached R in forwardv0xie2023-10-181-3/+14
|
* inference working but SLOWv0xie2023-10-181-37/+36
|
* wip incorrect OFT implementationv0xie2023-10-181-0/+82