File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11set (TARGET embedding)
22add_executable (${TARGET} embedding.cpp)
3- target_link_libraries (${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT} )
3+ target_link_libraries (${TARGET} PRIVATE common llama ggml ${CMAKE_THREAD_LIBS_INIT} )
44target_compile_features (${TARGET} PRIVATE cxx_std_11)
Original file line number Diff line number Diff line change 11set (TARGET main)
22add_executable (${TARGET} main.cpp)
3- target_link_libraries (${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT} )
3+ target_link_libraries (${TARGET} PRIVATE common llama ggml ${CMAKE_THREAD_LIBS_INIT} )
44target_compile_features (${TARGET} PRIVATE cxx_std_11)
Original file line number Diff line number Diff line change 11set (TARGET perplexity)
22add_executable (${TARGET} perplexity.cpp)
3- target_link_libraries (${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT} )
3+ target_link_libraries (${TARGET} PRIVATE common llama ggml ${CMAKE_THREAD_LIBS_INIT} )
44target_compile_features (${TARGET} PRIVATE cxx_std_11)
Original file line number Diff line number Diff line change 11set (TARGET quantize)
22add_executable (${TARGET} quantize.cpp)
3- target_link_libraries (${TARGET} PRIVATE llama ${CMAKE_THREAD_LIBS_INIT} )
3+ target_link_libraries (${TARGET} PRIVATE llama ggml ${CMAKE_THREAD_LIBS_INIT} )
44target_compile_features (${TARGET} PRIVATE cxx_std_11)
You can’t perform that action at this time.
0 commit comments