Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
natasa365
/
whisper.cpp
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ca4986c
whisper.cpp
/
examples
/
CMakeLists.txt
ggerganov
wip : initial WASM port
4abd756
about 3 years ago
raw
Copy download link
history
blame
173 Bytes
# dependencies
find_package(Threads REQUIRED)
# third-party
#add_subdirectory(third-party)
# examples
if (EMSCRIPTEN)
add_subdirectory(whisper.wasm)
else()
endif()