chore!: add llama-cpp-2 as a dependency (because it will get used in the future), possibly breaking portability (but we'll see what the GitHub Actions workflows say back)

This commit is contained in:
J / Jacob Babich
2024-10-06 15:52:54 -04:00
parent 95e764f8cc
commit 0849726ef6
2 changed files with 280 additions and 0 deletions

View File

@@ -14,4 +14,7 @@ default = ["tracing"]
tracing = ["dep:tracing"]
[dependencies]
llama-cpp-2 = "=0.1.64"
llama-cpp-sys-2 = "=0.1.64"
tracing = { workspace = true, optional = true }