Hugging Face
Models
Datasets
Spaces
Buckets
new
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...
398871a
whisper.cpp
/
examples
/
main
/
CMakeLists.txt
Andy Maloney
cmake : update to 3.19 (#351)
37e2420
unverified
over 3 years ago
raw
Copy download link
history
blame
159 Bytes
set(TARGET main)
add_executable(${TARGET} main.cpp)
include(DefaultTargetOptions)
target_link_libraries(${TARGET} PRIVATE whisper ${CMAKE_THREAD_LIBS_INIT})