Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7fb4c51

Browse filesBrowse files
committed
Apply suggestions to CMakeLists.txt
1 parent a81b670 commit 7fb4c51
Copy full SHA for 7fb4c51

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed

‎CMakeLists.txt

Copy file name to clipboardExpand all lines: CMakeLists.txt
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,17 @@ endif()
112112
# endif()
113113
add_executable(llama
114114
main.cpp
115-
llama.cpp
116-
utils.cpp
117-
utils.h)
115+
)
118116

119117
add_executable(quantize
120118
quantize.cpp
121-
utils.cpp
122-
utils.h)
119+
)
123120

124121
add_library(llamalib
125-
llama.cpp)
122+
llama.cpp
123+
llama.h
124+
utils.cpp
125+
utils.h)
126126

127127
add_library(ggml
128128
ggml.c

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.