mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
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:
parent
6aede2d602
commit
8214a9f66a
2
setup.py
2
setup.py
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user