mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 02:38:10 +00:00
Factorize the tokenizers version in the workspace cargo def. (#186)
This commit is contained in:
@ -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 }
|
||||
|
||||
|
Reference in New Issue
Block a user