diff options
Diffstat (limited to 'misc/shimmy/files/patch-Cargo.toml')
-rw-r--r-- | misc/shimmy/files/patch-Cargo.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/shimmy/files/patch-Cargo.toml b/misc/shimmy/files/patch-Cargo.toml new file mode 100644 index 000000000000..02c923822f41 --- /dev/null +++ b/misc/shimmy/files/patch-Cargo.toml @@ -0,0 +1,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" |