"vscode:/vscode.git/clone" did not exist on "ec81c11a18365a156df7d260f97fdb1587b5474a"
Unverified Commit e1cbc073 authored by Alex Hedges's avatar Alex Hedges Committed by GitHub
Browse files

Require tokenizers>=0.11.1 (#15266)

`tokenizers` version that supports the feature to choose the direction of truncation
parent 05a85809
......@@ -149,7 +149,7 @@ _deps = [
"tf2onnx",
"timeout-decorator",
"timm",
"tokenizers>=0.10.1,!=0.11.3",
"tokenizers>=0.11.1,!=0.11.3",
"torch>=1.0",
"torchaudio",
"pyctcdecode>=0.3.0",
......
......@@ -59,7 +59,7 @@ deps = {
"tf2onnx": "tf2onnx",
"timeout-decorator": "timeout-decorator",
"timm": "timm",
"tokenizers": "tokenizers>=0.10.1,!=0.11.3",
"tokenizers": "tokenizers>=0.11.1,!=0.11.3",
"torch": "torch>=1.0",
"torchaudio": "torchaudio",
"pyctcdecode": "pyctcdecode>=0.3.0",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment