File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,19 @@ cuda = ["llama-cpp-sys-2/cuda"]
1919metal = [" llama-cpp-sys-2/metal" ]
2020sampler = []
2121
22+ [target .'cfg(target_feature = "avx")' .dependencies ]
23+ llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , features = [" avx" ] }
24+ [target .'cfg(target_feature = "avx2")' .dependencies ]
25+ llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , features = [" avx2" ] }
26+ [target .'cfg(target_feature = "avx512vbmi")' .dependencies ]
27+ llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , features = [" avx512_vmbi" ] }
28+ [target .'cfg(target_feature = "avx512vnni")' .dependencies ]
29+ llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , features = [" avx512_vnni" ] }
30+ [target .'cfg(target_feature = "f16c")' .dependencies ]
31+ llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , features = [" f16c" ] }
32+ [target .'cfg(target_feature = "fma")' .dependencies ]
33+ llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , features = [" fma" ] }
34+
2235[target .'cfg(all(target_os = "macos", any(target_arch = "aarch64", target_arch = "arm64")))' .dependencies ]
2336llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , features =[" metal" ], version = " 0.1.48" }
2437
You can’t perform that action at this time.
0 commit comments