Pin tokenizers version <0.13 (#16539)

* Pin tokenizers version <0.13

* Style
This commit is contained in:
Lysandre Debut 2022-04-01 17:53:18 +02:00 committed by GitHub
parent 61ee26a892
commit 53a4d6b115
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -151,7 +151,7 @@ _deps = [
"tf2onnx",
"timeout-decorator",
"timm",
"tokenizers>=0.11.1,!=0.11.3",
"tokenizers>=0.11.1,!=0.11.3,<0.13",
"torch>=1.0",
"torchaudio",
"pyctcdecode>=0.3.0",

View file

@ -61,7 +61,7 @@ deps = {
"tf2onnx": "tf2onnx",
"timeout-decorator": "timeout-decorator",
"timm": "timm",
"tokenizers": "tokenizers>=0.11.1,!=0.11.3",
"tokenizers": "tokenizers>=0.11.1,!=0.11.3,<0.13",
"torch": "torch>=1.0",
"torchaudio": "torchaudio",
"pyctcdecode": "pyctcdecode>=0.3.0",