Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2023-07-12 | Don't do MPS GC when there's a latent that could still be sampled | Aarni Koskela | -0/+4 |
2023-07-12 | Add correct logger name | Aarni Koskela | -1/+1 |
2023-07-11 | Fix MPS cache cleanup | Aarni Koskela | -0/+14 |
2023-07-06 | Fix warning of 'has_mps' is deprecated from PyTorch | Hao-Wu | -9/+14 |
2023-05-11 | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | -2/+2 |
2023-05-10 | imports cleanup for ruff | AUTOMATIC | -1/+0 |
2023-05-09 | Fix generation with k-diffusion/UniPC on x64 Macs | brkirch | -0/+5 |
2023-05-09 | Remove PyTorch 2.0 check | brkirch | -2/+2 |
2023-03-24 | Add workaround for MPS layer_norm on PyTorch 2.0 | brkirch | -1/+3 |
2023-03-24 | Add workaround for broken nn.Linear on macOS 13.2 | brkirch | -0/+5 |
2023-03-11 | Remove test, use bool tensor fix by default | brkirch | -2/+1 |
2023-02-04 | Remove unused code | brkirch | -3/+0 |
2023-02-01 | Refactor Mac specific code to a separate file | brkirch | -0/+56 |