We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a597fb0 commit 93d064aCopy full SHA for 93d064a
nobodywho/core/Cargo.toml
@@ -22,6 +22,6 @@ serde_json = "1.0.140"
22
gbnf = "0.2.5"
23
rand = "0.9.2"
24
25
-[target.'cfg(all(not(target_os = "macos"), not(target_os = "android")))'.dependencies]
+[target.'cfg(all(not(target_os = "macos"), not(target_os = "ios"), not(target_os = "android")))'.dependencies]
26
llama-cpp-2 = { git = "https://github.com/utilityai/llama-cpp-rs", branch = "update-llama-cpp-2025-10-15", features = ["vulkan"] }
27
llama-cpp-sys-2 = { git = "https://github.com/utilityai/llama-cpp-rs", branch = "update-llama-cpp-2025-10-15", features = ["vulkan"] }
0 commit comments