mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Pin torchvision and torchaudio as well
This commit is contained in:
parent
fd747a3c33
commit
05fa5e0bab
4
setup.py
4
setup.py
@ -176,8 +176,8 @@ _deps = [
|
||||
"timm",
|
||||
"tokenizers>=0.14,<0.19",
|
||||
"torch>=1.11,!=1.12.0,<2.2.0",
|
||||
"torchaudio",
|
||||
"torchvision",
|
||||
"torchaudio<2.2.0",
|
||||
"torchvision<0.17.0",
|
||||
"pyctcdecode>=0.4.0",
|
||||
"tqdm>=4.27",
|
||||
"unidic>=1.0.2",
|
||||
|
@ -81,8 +81,8 @@ deps = {
|
||||
"timm": "timm",
|
||||
"tokenizers": "tokenizers>=0.14,<0.19",
|
||||
"torch": "torch>=1.11,!=1.12.0,<2.2.0",
|
||||
"torchaudio": "torchaudio",
|
||||
"torchvision": "torchvision",
|
||||
"torchaudio": "torchaudio<2.2.0",
|
||||
"torchvision": "torchvision<0.17.0",
|
||||
"pyctcdecode": "pyctcdecode>=0.4.0",
|
||||
"tqdm": "tqdm>=4.27",
|
||||
"unidic": "unidic>=1.0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user