Skip to content

Commit

Permalink
[DO NOT MERGE] Testing tokenizers 0.19.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Apr 16, 2024
1 parent 60dea59 commit d272238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"tf2onnx",
"timeout-decorator",
"timm",
"tokenizers>=0.14,<0.19",
"tokenizers==0.19.0rc0",
"torch",
"torchaudio",
"torchvision",
Expand Down
2 changes: 1 addition & 1 deletion src/transformers/dependency_versions_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"tf2onnx": "tf2onnx",
"timeout-decorator": "timeout-decorator",
"timm": "timm",
"tokenizers": "tokenizers>=0.14,<0.19",
"tokenizers": "tokenizers==0.19.0rc0",
"torch": "torch",
"torchaudio": "torchaudio",
"torchvision": "torchvision",
Expand Down

0 comments on commit d272238

Please sign in to comment.