Skip to content

Commit 40a51ec

Browse files
author
Aniket
committed
adding CMakeLists.txt file in the conversion script directory
1 parent afb8f6e commit 40a51ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
set(TARGET convert-llama2c-to-ggml)
2+
add_executable(${TARGET} convert-llama2c-to-ggml.cpp)
3+
install(TARGETS ${TARGET} RUNTIME)
4+
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
5+
target_compile_features(${TARGET} PRIVATE cxx_std_11)

0 commit comments

Comments
 (0)