Pin torch to < 1.13 temporarily (#19989)

* pin torch to < 1.13

* pin torch to < 1.13

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar 2022-10-31 18:22:52 +01:00 committed by GitHub
parent 6aede2d602
commit 8214a9f66a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 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",
"torch>=1.7,!=1.12.0,<1.13.0",
"torchaudio",
"pyctcdecode>=0.4.0",
"tqdm>=4.27",

View File

@ -69,7 +69,7 @@ deps = {
"timeout-decorator": "timeout-decorator",
"timm": "timm",
"tokenizers": "tokenizers>=0.11.1,!=0.11.3,<0.14",
"torch": "torch>=1.7,!=1.12.0",
"torch": "torch>=1.7,!=1.12.0,<1.13.0",
"torchaudio": "torchaudio",
"pyctcdecode": "pyctcdecode>=0.4.0",
"tqdm": "tqdm>=4.27",