1. 27 Nov, 2022 11 commits
  2. 26 Nov, 2022 7 commits
  3. 23 Nov, 2022 2 commits
  4. 22 Nov, 2022 6 commits
  5. 21 Nov, 2022 2 commits
    • brkirch's avatar
      Add fixes for PyTorch 1.12.1 · e247b740
      brkirch authored
      Fix typo "MasOS" -> "macOS"
      
      If MPS is available and PyTorch is an earlier version than 1.13:
      * Monkey patch torch.Tensor.to to ensure all tensors sent to MPS are contiguous
      * Monkey patch torch.nn.functional.layer_norm to ensure input tensor is contiguous (required for this program to work with MPS on unmodified PyTorch 1.12.1)
      e247b740
    • flamelaw's avatar
      5b57f61b
  6. 20 Nov, 2022 5 commits
  7. 19 Nov, 2022 7 commits