faisalhr1997's picture
Duplicate from Illumotion/Koboldcpp
833d7c1
raw
history blame contribute delete
199 Bytes
set(TARGET quantize-stats)
add_executable(${TARGET} quantize-stats.cpp)
target_link_libraries(${TARGET} PRIVATE llama ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PRIVATE cxx_std_11)