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 afb8f6e commit 40a51ecCopy full SHA for 40a51ec
examples/convert-llama2c-to-ggml/CMakeLists.txt
@@ -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