UNPKG
@snowdigital/whisper-node
Version:
latest (0.0.1)
0.0.1
NodeJS interface for whisper.cpp
github.com/snowdigital/whisper-node
snowdigital/whisper-node
@snowdigital/whisper-node
/
cpp
/
whisper.cpp
/
examples
/
quantize
/
CMakeLists.txt
7 lines
(4 loc)
•
180 B
Plain Text
View Raw
1
2
3
4
5
6
7
set
(TARGET quantize)
add_executable
(${TARGET} quantize.cpp)
include
(DefaultTargetOptions)
target_link_libraries
(${TARGET} PRIVATE common whisper ${CMAKE_THREAD_LIBS_INIT})