We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ed9a3 commit 6dab82cCopy full SHA for 6dab82c
examples/candle_whisper/Cargo.toml
@@ -36,7 +36,7 @@ candle-core = { git = "https://github.com/huggingface/candle" }
36
candle-nn = { git = "https://github.com/huggingface/candle" }
37
candle-transformers = { git = "https://github.com/huggingface/candle" }
38
39
-tokenizers = { version = "0.19.1", features = ["onig"] }
+tokenizers = { version = "0.20.0", features = ["onig"] }
40
rand = "0.8.5"
41
serde_json = "1.0.120"
42
byteorder = "1.5.0"
0 commit comments