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

@ -15,7 +15,7 @@ candle = { path = "../candle-core" }
candle-hub = { path = "../candle-hub" }
candle-nn = { path = "../candle-nn" }
intel-mkl-src = { workspace = true, optional = true, features = ["mkl-dynamic-lp64-iomp"]}
tokenizers = { workspace = true }
tokenizers = { workspace = true, features = ["onig"] }
rand = { workspace = true }
wav = { workspace = true }