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 40a51ec commit a3fa0abCopy full SHA for a3fa0ab
examples/convert-llama2c-to-ggml/CMakeLists.txt
@@ -2,4 +2,4 @@ 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)
+target_compile_features(${TARGET} PRIVATE cxx_std_11)
0 commit comments