Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some deprecated types | a666 | 2023-08-29 | 1 | -2/+2 |
* | `torch.empty` can create issues; use `torch.zeros` | brkirch | 2023-08-13 | 1 | -2/+2 |
* | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | 2023-05-11 | 1 | -1/+1 |
* | repair #10266 | AUTOMATIC | 2023-05-11 | 1 | -13/+5 |
* | Update sub_quadratic_attention.py | Louis Del Valle | 2023-05-11 | 1 | -6/+15 |
* | Add UI setting for upcasting attention to float32 | brkirch | 2023-01-25 | 1 | -2/+2 |
* | Remove fallback for Protocol import and remove Protocol import and remove ins... | AUTOMATIC | 2023-01-09 | 1 | -8/+11 |
* | Add fallback for Protocol import | ProGamerGov | 2023-01-07 | 1 | -1/+7 |
* | Added license | brkirch | 2023-01-06 | 1 | -1/+1 |
* | Use narrow instead of dynamic_slice | brkirch | 2023-01-06 | 1 | -15/+19 |
* | Add Birch-san's sub-quadratic attention implementation | brkirch | 2023-01-06 | 1 | -0/+201 |