Factorize the tokenizers version in the workspace cargo def. (#186)

This commit is contained in:
Laurent Mazare
2023-07-18 06:48:13 +01:00
committed by GitHub
parent c3a73c583e
commit b8abe2bb4b
4 changed files with 4 additions and 4 deletions

View File

@ -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 }