Enable PyTorch 1.13 (#20168)

* Try PT1.13 by removing torch scatter

* Skip failing tests

* Style

* Remvoe testing extras for repo utils

* Try with all decorators

* Try to wipe the cache

* Fix all tests?

* Try this way

* Fix comma

* Update to main

* Try with less deps

* Quality
This commit is contained in:
Sylvain Gugger
2022-11-15 11:33:09 -05:00
committed by GitHub
parent 777b1bfe62
commit 9643ecf8ca
6 changed files with 6 additions and 11 deletions

View File

@@ -163,7 +163,7 @@ _deps = [
"timeout-decorator",
"timm",
"tokenizers>=0.11.1,!=0.11.3,<0.14",
"torch>=1.7,!=1.12.0,<1.13.0",
"torch>=1.7,!=1.12.0",
"torchaudio",
"pyctcdecode>=0.4.0",
"tqdm>=4.27",