1. 30 Nov, 2020 1 commit
  2. 25 Nov, 2020 1 commit
  3. 12 Nov, 2020 1 commit
  4. 29 Oct, 2020 1 commit
  5. 15 Oct, 2020 1 commit
    • Stas Bekman's avatar
      fix DeprecationWarning (#7834) · a5a8eeb7
      Stas Bekman authored
      in `tests/test_utils_check_copies.py` I was getting intermittently:
      ```
      utils/check_copies.py:52
        /mnt/nvme1/code/transformers-comet/utils/check_copies.py:52: DeprecationWarning: invalid escape sequence \s
          while line_index < len(lines) and re.search(f"^{indent}(class|def)\s+{name}", lines[line_index]) is None:
      ```
      So this should fix it.
      a5a8eeb7
  6. 09 Oct, 2020 3 commits
  7. 05 Oct, 2020 1 commit
  8. 30 Sep, 2020 1 commit
  9. 25 Sep, 2020 1 commit
  10. 22 Sep, 2020 2 commits