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
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",