Skip to content

Commit

Permalink
Fixing tokenizers dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jun 22, 2023
1 parent 86e4cbb commit 9ea220f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ repos:
name: "Rust (clippy)"
args:
[
"--tests",
"--examples",
"--",
"-Dwarnings",
]
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 9ea220f

Please sign in to comment.