whisper.cpp / examples /quantize /CMakeLists.txt
ggerganov's picture
whisper : add integer quantization support (#540)
a5f8f3c unverified
raw
history blame
174 Bytes
set(TARGET quantize)
add_executable(${TARGET} quantize.cpp)
include(DefaultTargetOptions)
target_link_libraries(${TARGET} PRIVATE common whisper ${CMAKE_THREAD_LIBS_INIT})