Skip to content

Commit 96548c8

Browse files
committed
chore: latest fixes from upstream
1 parent 026d065 commit 96548c8

File tree

4 files changed

+176
-37
lines changed

4 files changed

+176
-37
lines changed

Cargo.lock

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

crates/llama_cpp/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ publish = true
1212

1313
[dependencies]
1414
ctor = "0.2.5"
15+
derive_more = "0.99.17"
1516
flume = "0.11.0"
1617
llama_cpp_sys = { version = "0.1.0", path = "../llama_cpp_sys" }
1718
num_cpus = "1.16.0"
1819
thiserror = "1.0.49"
20+
tokio = { version = "1.33.0", features = ["sync"] }
1921
tracing = "0.1.39"

0 commit comments

Comments
 (0)