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
/
ggml
/
src
/
ggml-rpc
/
CMakeLists.txt
10 lines
(7 loc)
•
215 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
message
(STATUS "Using RPC backend")
ggml_add_backend_library
(ggml-rpc ggml-rpc.cpp ) if (WIN32)
target_link_libraries
(ggml-rpc PRIVATE ws2_32)
endif
()