Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
natasa365/whisper.cpp
Xenobd
/
whisper.cpp
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
add362d
whisper.cpp
/
examples
/
main
/
CMakeLists.txt
ggerganov
refactoring : move main + stream in examples + other stuff
f79068a
about 3 years ago
raw
Copy download link
history
blame
127 Bytes
set(TARGET main)
add_executable(${TARGET} main.cpp)
target_link_libraries(${TARGET} PRIVATE whisper ${CMAKE_THREAD_LIBS_INIT})