File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repository = "https://github.com/utilityai/llama-cpp-rs"
10
10
11
11
[dependencies ]
12
12
enumflags2 = " 0.7.12"
13
- llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , version = " 0.1.69 " }
13
+ llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , version = " 0.1.113 " }
14
14
thiserror = { workspace = true }
15
15
tracing = { workspace = true }
16
16
tracing-core = { workspace = true }
@@ -33,7 +33,7 @@ android-shared-stdcxx = ["llama-cpp-sys-2/shared-stdcxx"]
33
33
34
34
35
35
[target .'cfg(all(target_os = "macos", any(target_arch = "aarch64", target_arch = "arm64")))' .dependencies ]
36
- llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , version = " 0.1.69 " , features = [
36
+ llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , version = " 0.1.113 " , features = [
37
37
" metal" ,
38
38
] }
39
39
You can’t perform that action at this time.
0 commit comments