fix: make able to build for AArch64/ARM64/aarch64-unknown-linux-gnu (using my fork of llama-cpp-2 until bug fix is incorporated)

This commit is contained in:
J / Jacob Babich
2024-10-10 20:22:15 -04:00
parent 9b38919fc1
commit 5b91d2515d

View File

@@ -11,3 +11,6 @@ repository = "https://github.com/babichjacob/ac-qu-ai-nt"
clap = "4"
snafu = "0.8"
tracing = "0.1.23"
[patch.crates-io]
llama-cpp-2 = { version = "0.1.81", git = "https://github.com/babichjacob/llama-cpp-rs", branch = "fix-use-c-char-instead-of-i8" }