Skip to content

Commit

Permalink
Merge pull request #80 from edgenai/fix/missing-feature
Browse files Browse the repository at this point in the history
enable tokio's rt-multi-thread feature
  • Loading branch information
pedro-devv authored Apr 24, 2024
2 parents 635cb4f + ebd8b2f commit 105811e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/llama_cpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ futures = { workspace = true }
llama_cpp_sys = { version = "^0.3.1", path = "../llama_cpp_sys", default-features = false }
num_cpus = "1.16.0"
thiserror = "1.0.57"
tokio = { workspace = true, features = ["sync", "rt"] }
tokio = { workspace = true, features = ["sync", "rt", "rt-multi-thread"] }
tracing = "0.1.40"

[features]
Expand Down

0 comments on commit 105811e

Please sign in to comment.