Skip to content

Commit f9127a2

Browse files
committed
added examples to the crate package
1 parent d556cec commit f9127a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bitnet-cpp-sys/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include = [
1616
"/bitnet/include",
1717
"/bitnet/preset_kernels",
1818
"/bitnet/utils",
19-
"/bitnet/**/CMakeLists.txt",
19+
"/bitnet/CMakeLists.txt",
2020

2121
"/bitnet/3rdparty/llama.cpp/common/*.h",
2222
"/bitnet/3rdparty/llama.cpp/common/*.hpp",
@@ -27,6 +27,8 @@ include = [
2727
"/bitnet/3rdparty/llama.cpp/ggml/src/*.cpp",
2828
"/bitnet/3rdparty/llama.cpp/src/*.h",
2929
"/bitnet/3rdparty/llama.cpp/src/*.cpp",
30+
31+
"/bitnet/3rdparty/llama.cpp/examples", # TODO(eugene): remove this from the crate
3032

3133
"/bitnet/3rdparty/llama.cpp/convert_hf_to_gguf.py",
3234

0 commit comments

Comments
 (0)