summaryrefslogtreecommitdiff
path: root/misc/shimmy/files/patch-Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--misc/shimmy/files/patch-Cargo.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/misc/shimmy/files/patch-Cargo.toml b/misc/shimmy/files/patch-Cargo.toml
deleted file mode 100644
index 6b79ff54b4ee..000000000000
--- a/misc/shimmy/files/patch-Cargo.toml
+++ /dev/null
@@ -1,17 +0,0 @@
---- Cargo.toml.orig 2025-09-19 01:31:02 UTC
-+++ Cargo.toml
-@@ -93,11 +93,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"