Skip to content

Commit 9d39309

Browse files
committed
remove 'native' feature
1 parent 711d3e8 commit 9d39309

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

examples/embeddings/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ anyhow = { workspace = true }
1313
[features]
1414
cuda = ["llama-cpp-2/cuda"]
1515
metal = ["llama-cpp-2/metal"]
16-
native = ["llama-cpp-2/native"]
1716
vulkan = ["llama-cpp-2/vulkan"]
1817

1918
[lints]

examples/mtmd/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ clap = { workspace = true, features = ["derive"] }
1111
[features]
1212
cuda = ["llama-cpp-2/cuda"]
1313
metal = ["llama-cpp-2/metal"]
14-
native = ["llama-cpp-2/native"]
1514
vulkan = ["llama-cpp-2/vulkan"]
1615

1716
[lints]

examples/reranker/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ encoding_rs = { workspace = true }
1414
[features]
1515
cuda = ["llama-cpp-2/cuda"]
1616
metal = ["llama-cpp-2/metal"]
17-
native = ["llama-cpp-2/native"]
1817
vulkan = ["llama-cpp-2/vulkan"]
1918

2019
[lints]

examples/simple/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ tracing-subscriber = { workspace = true }
1717
[features]
1818
cuda = ["llama-cpp-2/cuda"]
1919
metal = ["llama-cpp-2/metal"]
20-
native = ["llama-cpp-2/native"]
2120
vulkan = ["llama-cpp-2/vulkan"]
2221

2322
[lints]

llama-cpp-2/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ cuda-no-vmm = ["cuda", "llama-cpp-sys-2/cuda-no-vmm"]
2626
metal = ["llama-cpp-sys-2/metal"]
2727
dynamic-link = ["llama-cpp-sys-2/dynamic-link"]
2828
vulkan = ["llama-cpp-sys-2/vulkan"]
29-
native = ["llama-cpp-sys-2/native"]
3029
openmp = ["llama-cpp-sys-2/openmp"]
3130
sampler = []
3231
# Only has an impact on Android.

llama-cpp-sys-2/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ cuda-no-vmm = ["cuda"]
7878
metal = []
7979
dynamic-link = []
8080
vulkan = []
81-
native = []
8281
openmp = []
8382
# Only has an impact on Android.
8483
shared-stdcxx = []

0 commit comments

Comments
 (0)