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 a81b670 commit 7fb4c51Copy full SHA for 7fb4c51
CMakeLists.txt
@@ -112,17 +112,17 @@ endif()
112
# endif()
113
add_executable(llama
114
main.cpp
115
- llama.cpp
116
- utils.cpp
117
- utils.h)
+)
118
119
add_executable(quantize
120
quantize.cpp
121
122
123
124
add_library(llamalib
125
- llama.cpp)
+ llama.cpp
+ llama.h
+ utils.cpp
+ utils.h)
126
127
add_library(ggml
128
ggml.c
0 commit comments