transformers/utils
Stas Bekman a5a8eeb772
fix DeprecationWarning (#7834)
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.
2020-10-15 16:21:09 -04:00
..
check_copies.py fix DeprecationWarning (#7834) 2020-10-15 16:21:09 -04:00
check_dummies.py Allow soft dependencies in the namespace with ImportErrors at use (#7537) 2020-10-05 09:12:04 -04:00
check_repo.py Document RAG again (#7377) 2020-09-28 08:31:46 -04:00
download_glue_data.py GPU text generation: mMoved the encoded_prompt to correct device 2020-01-06 15:11:12 +01:00
link_tester.py Black 20 release 2020-08-26 17:20:22 +02:00