Mark bad tokenizers version (#15188)

This commit is contained in:
Sylvain Gugger
2022-01-17 15:20:58 -05:00
committed by GitHub
parent edd3fce2f7
commit 6f8e644f09
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ _deps = [
"tf2onnx",
"timeout-decorator",
"timm",
"tokenizers>=0.10.1",
"tokenizers>=0.10.1,!=0.11.3",
"torch>=1.0",
"torchaudio",
"pyctcdecode>=0.2.0",