Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2023-10-22 | refactor: remove used OFT functions | v0xie | -72/+10 |
2023-10-21 | fix: use merge_weight to cache value | v0xie | -17/+40 |
2023-10-21 | style: cleanup oft | v0xie | -75/+7 |
2023-10-21 | fix: support multiplier, no forward pass hook | v0xie | -10/+33 |
2023-10-21 | fix: return orig weights during updown, merge weights before forward | v0xie | -21/+69 |
2023-10-21 | refactor: use forward hook instead of custom forward | v0xie | -9/+24 |
2023-10-19 | style: fix ambiguous variable name | v0xie | -2/+2 |
2023-10-19 | style: formatting | v0xie | -2/+2 |
2023-10-19 | refactor: fix constraint, re-use get_weight | v0xie | -24/+16 |
2023-10-18 | faster by calculating R in updown and using cached R in forward | v0xie | -7/+8 |
2023-10-18 | faster by using cached R in forward | v0xie | -3/+14 |
2023-10-18 | inference working but SLOW | v0xie | -37/+36 |
2023-10-17 | wip incorrect OFT implementation | v0xie | -0/+82 |