mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
Factorize the tokenizers version in the workspace cargo def. (#186)
This commit is contained in:
@ -39,7 +39,7 @@ serde = { version = "1.0.166", features = ["derive"] }
|
||||
serde_json = "1.0.99"
|
||||
sha256 = "=1.1.4"
|
||||
thiserror = "1"
|
||||
tokenizers = { version = "0.13.3", default-features = false, features = ["onig"] }
|
||||
tokenizers = { version = "0.13.3", default-features = false }
|
||||
tokio = "1.28.2"
|
||||
tokio-test = "0.4.2"
|
||||
tracing = "0.1.37"
|
||||
|
Reference in New Issue
Block a user