Skip to content

Commit 1bdcb95

Browse files
committed
chore: use only llama-cpp-2 for core dependency
1 parent 07eaf36 commit 1bdcb95

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/core/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ tracing-subscriber.workspace = true
3636
notify.workspace = true
3737
minijinja = { version = "2.12.0", features = ["builtins", "json"] }
3838
minijinja-contrib = { version = "2.12.0", features = ["pycompat"] }
39-
llama-cpp-2 = "=0.1.122"
40-
llama-cpp-sys-2 = "=0.1.124"
39+
llama-cpp-2 = "=0.1.124"
4140

4241
[dev-dependencies]
4342
tempfile = { workspace = true, features = [] }

0 commit comments

Comments
 (0)