mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 11:08:52 +00:00
Fixing tokenizers dep.
This commit is contained in:
@ -8,6 +8,8 @@ repos:
|
|||||||
name: "Rust (clippy)"
|
name: "Rust (clippy)"
|
||||||
args:
|
args:
|
||||||
[
|
[
|
||||||
|
"--tests",
|
||||||
|
"--examples",
|
||||||
"--",
|
"--",
|
||||||
"-Dwarnings",
|
"-Dwarnings",
|
||||||
]
|
]
|
||||||
|
@ -26,7 +26,7 @@ candle-kernels = { path = "kernels", optional = true }
|
|||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
clap = { version = "4.2.4", features = ["derive"] }
|
clap = { version = "4.2.4", features = ["derive"] }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
tokenizers = "0.13.3"
|
tokenizers = { version = "0.13.3", default-features=false, features=["onig"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
Reference in New Issue
Block a user