Fixing tokenizers dep.

This commit is contained in:
Nicolas Patry
2023-06-21 17:04:28 +02:00
parent 86e4cbbc3d
commit 9ea220fc6e
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ repos:
name: "Rust (clippy)"
args:
[
"--tests",
"--examples",
"--",
"-Dwarnings",
]

View File

@ -26,7 +26,7 @@ candle-kernels = { path = "kernels", optional = true }
anyhow = "1"
clap = { version = "4.2.4", features = ["derive"] }
rand = "0.8.5"
tokenizers = "0.13.3"
tokenizers = { version = "0.13.3", default-features=false, features=["onig"] }
[features]
default = []