Skip to content

Commit 6dab82c

Browse files
chore(deps): update tokenizers requirement from 0.19.1 to 0.20.0
Updates the requirements on [tokenizers](https://github.com/huggingface/tokenizers) to permit the latest version. - [Release notes](https://github.com/huggingface/tokenizers/releases) - [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md) - [Commits](huggingface/tokenizers@v0.19.1...v0.20.0) --- updated-dependencies: - dependency-name: tokenizers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96ed9a3 commit 6dab82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/candle_whisper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ candle-core = { git = "https://github.com/huggingface/candle" }
3636
candle-nn = { git = "https://github.com/huggingface/candle" }
3737
candle-transformers = { git = "https://github.com/huggingface/candle" }
3838

39-
tokenizers = { version = "0.19.1", features = ["onig"] }
39+
tokenizers = { version = "0.20.0", features = ["onig"] }
4040
rand = "0.8.5"
4141
serde_json = "1.0.120"
4242
byteorder = "1.5.0"

0 commit comments

Comments
 (0)