Unverified Commit 8214a9f6 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Pin torch to < 1.13 temporarily (#19989)



* pin torch to < 1.13

* pin torch to < 1.13
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 6aede2d6
...@@ -163,7 +163,7 @@ _deps = [ ...@@ -163,7 +163,7 @@ _deps = [
"timeout-decorator", "timeout-decorator",
"timm", "timm",
"tokenizers>=0.11.1,!=0.11.3,<0.14", "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", "torchaudio",
"pyctcdecode>=0.4.0", "pyctcdecode>=0.4.0",
"tqdm>=4.27", "tqdm>=4.27",
......
...@@ -69,7 +69,7 @@ deps = { ...@@ -69,7 +69,7 @@ deps = {
"timeout-decorator": "timeout-decorator", "timeout-decorator": "timeout-decorator",
"timm": "timm", "timm": "timm",
"tokenizers": "tokenizers>=0.11.1,!=0.11.3,<0.14", "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", "torchaudio": "torchaudio",
"pyctcdecode": "pyctcdecode>=0.4.0", "pyctcdecode": "pyctcdecode>=0.4.0",
"tqdm": "tqdm>=4.27", "tqdm": "tqdm>=4.27",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment