Skip to content

Commit 5916c1d

Browse files
committed
fix(local-ai): llama cpp crate on macos x86-64
Signed-off-by: Sam Gammon <[email protected]>
1 parent 3df5fdf commit 5916c1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/local-ai/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ default-features = true
6262
workspace = true
6363
default-features = false
6464

65+
[target.x86_64-apple-darwin.dependencies.llama-cpp-2]
66+
workspace = true
67+
default-features = true
68+
6569
[target.aarch64-apple-darwin.dependencies.llama-cpp-2]
6670
workspace = true
6771
default-features = true

0 commit comments

Comments
 (0)