mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 12:50:06 +06:00
Bump torch requirement to >= 2 (#35479)
Bump torch requirement, follow-up of #35358
This commit is contained in:
parent
59e5b3f01b
commit
1a6c1d3a9a
2
setup.py
2
setup.py
@ -182,7 +182,7 @@ _deps = [
|
||||
"tiktoken",
|
||||
"timm<=1.0.11",
|
||||
"tokenizers>=0.21,<0.22",
|
||||
"torch",
|
||||
"torch>=2.0",
|
||||
"torchaudio",
|
||||
"torchvision",
|
||||
"pyctcdecode>=0.4.0",
|
||||
|
@ -87,7 +87,7 @@ deps = {
|
||||
"tiktoken": "tiktoken",
|
||||
"timm": "timm<=1.0.11",
|
||||
"tokenizers": "tokenizers>=0.21,<0.22",
|
||||
"torch": "torch",
|
||||
"torch": "torch>=2.0",
|
||||
"torchaudio": "torchaudio",
|
||||
"torchvision": "torchvision",
|
||||
"pyctcdecode": "pyctcdecode>=0.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user