mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
Factorize the tokenizers version in the workspace cargo def. (#186)
This commit is contained in:
@ -14,7 +14,7 @@ readme = "README.md"
|
||||
candle = { path = "../candle-core" }
|
||||
candle-nn = { path = "../candle-nn" }
|
||||
num-traits = { workspace = true }
|
||||
tokenizers = { version = "0.13.3", default-features = false, features = ["unstable_wasm"] }
|
||||
tokenizers = { workspace = true, features = ["unstable_wasm"] }
|
||||
|
||||
# App crates.
|
||||
anyhow = { workspace = true }
|
||||
|
Reference in New Issue
Block a user