From 32aa88af49aa1fb64c0b071c83734800484bfebe Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Fri, 11 Oct 2024 15:02:29 -0400 Subject: [PATCH] chore: remove `llama-cpp-2` patch --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6ae8b22..5412907 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,3 @@ 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" }