summaryrefslogtreecommitdiff
path: root/misc/shimmy/files/patch-Cargo.toml
blob: 02c923822f415af08ccf33484d2c8f8eb245b635 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- Cargo.toml.orig	2025-09-23 13:26:34 UTC
+++ Cargo.toml
@@ -98,11 +98,11 @@ reqwest = { version = "0.11", features = ["json", "rus
 reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
 
 # llama.cpp bindings (optional) - using forked version with macOS ARM64 i8mm fix
-llama-cpp-2 = { version = "0.1.118", optional = true, default-features = false }
+#llama-cpp-2 = { version = "0.1.118", optional = true, default-features = false }
 
 # Use forked llama-cpp-2 with macOS ARM64 i8mm compatibility fix
-[patch.crates-io]
-llama-cpp-2 = { git = "https://github.com/Michael-A-Kuykendall/llama-cpp-rs.git", branch = "fix-macos-arm64-i8mm", package = "llama-cpp-2" }
+#[patch.crates-io]
+llama-cpp-2 = { git = "https://github.com/Michael-A-Kuykendall/llama-cpp-rs.git", branch = "fix-macos-arm64-i8mm", package = "llama-cpp-2", optional = true, default-features = false }
 
 [dev-dependencies]
 tokio-tungstenite = "0.20"