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:
@ -24,7 +24,7 @@ anyhow = { workspace = true }
|
||||
candle-hub = { path = "../candle-hub" }
|
||||
clap = { workspace = true }
|
||||
rand = { workspace = true }
|
||||
tokenizers = { workspace = true }
|
||||
tokenizers = { workspace = true, features = ["onig"] }
|
||||
tracing = { workspace = true }
|
||||
tracing-chrome = { workspace = true }
|
||||
tracing-subscriber = { workspace = true }
|
||||
|
Reference in New Issue
Block a user