Skip to content

Commit a85d2e8

Browse files
fix: update llama.cpp to latest version
1 parent bbb19e0 commit a85d2e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ sysinfo = "0.33"
9595
[target.'cfg(target_os = "macos")'.dependencies]
9696
machine-uid = "0.3"
9797
ort = { version = "=2.0.0-rc.10", default-features = false, features = ["load-dynamic", "coreml", "half", "ndarray"] }
98-
llama-cpp-2 = { version = "0.1.139", features = ["mtmd"] }
99-
llama-cpp-sys-2 = { version = "0.1.139" }
98+
llama-cpp-2 = { version = "0.1.141", features = ["mtmd"] }
99+
llama-cpp-sys-2 = { version = "0.1.141" }
100100
sysinfo = "0.33"
101101

102102
[target.'cfg(target_os = "android")'.dependencies]

0 commit comments

Comments
 (0)