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 acc36ba commit f3c0b71Copy full SHA for f3c0b71
llama-cpp-sys-2/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "llama-cpp-sys-2"
3
description = "Low Level Bindings to llama.cpp"
4
-version = "0.1.6"
+version = "0.1.4"
5
edition = "2021"
6
license = "MIT OR Apache-2.0"
7
repository = "https://github.com/utilityai/llama-cpp-rs"
@@ -16,4 +16,4 @@ bindgen = { workspace = true }
16
cc = { workspace = true }
17
18
[features]
19
-cublas = []
+cublas = []
0 commit comments