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 d556cec commit f9127a2Copy full SHA for f9127a2
bitnet-cpp-sys/Cargo.toml
@@ -16,7 +16,7 @@ include = [
16
"/bitnet/include",
17
"/bitnet/preset_kernels",
18
"/bitnet/utils",
19
- "/bitnet/**/CMakeLists.txt",
+ "/bitnet/CMakeLists.txt",
20
21
"/bitnet/3rdparty/llama.cpp/common/*.h",
22
"/bitnet/3rdparty/llama.cpp/common/*.hpp",
@@ -27,6 +27,8 @@ include = [
27
"/bitnet/3rdparty/llama.cpp/ggml/src/*.cpp",
28
"/bitnet/3rdparty/llama.cpp/src/*.h",
29
"/bitnet/3rdparty/llama.cpp/src/*.cpp",
30
+
31
+ "/bitnet/3rdparty/llama.cpp/examples", # TODO(eugene): remove this from the crate
32
33
"/bitnet/3rdparty/llama.cpp/convert_hf_to_gguf.py",
34
0 commit comments