Skip to content

Commit

Permalink
Unpin PyTorch for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger committed Nov 1, 2022
1 parent 8f95346 commit 94b3f54
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,<1.13",
"torch>=1.7,!=1.12.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,<1.13",
"torch": "torch>=1.7,!=1.12.0",
"torchaudio": "torchaudio",
"pyctcdecode": "pyctcdecode>=0.4.0",
"tqdm": "tqdm>=4.27",
Expand Down

0 comments on commit 94b3f54

Please sign in to comment.