Skip to content

Commit

Permalink
Pin torch to < 1.13 temporarily (#19989)
Browse files Browse the repository at this point in the history
* pin torch to < 1.13

* pin torch to < 1.13

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
  • Loading branch information
ydshieh and ydshieh committed Oct 31, 2022
1 parent 6aede2d commit 8214a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -163,7 +163,7 @@
"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",
Expand Down
2 changes: 1 addition & 1 deletion src/transformers/dependency_versions_table.py
Expand Up @@ -69,7 +69,7 @@
"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",
Expand Down

0 comments on commit 8214a9f

Please sign in to comment.