UNPKG

nodejs-whisper

Version:

Node bindings for OpenAI's Whisper. Optimized for CPU.

9 lines (5 loc) 205 B
set(TARGET whisper-bench) add_executable(${TARGET} bench.cpp) include(DefaultTargetOptions) target_link_libraries(${TARGET} PRIVATE whisper ${CMAKE_THREAD_LIBS_INIT}) install(TARGETS ${TARGET} RUNTIME)