mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
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:
@@ -11,3 +11,6 @@ repository = "https://github.com/babichjacob/ac-qu-ai-nt"
|
|||||||
clap = "4"
|
clap = "4"
|
||||||
snafu = "0.8"
|
snafu = "0.8"
|
||||||
tracing = "0.1.23"
|
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" }
|
||||||
|
Reference in New Issue
Block a user