mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2023-11-04 02:52:44 +03:00
parallel : working
This commit is contained in:
@@ -22,6 +22,7 @@ if (EMSCRIPTEN)
|
||||
add_subdirectory(whisper.wasm)
|
||||
else()
|
||||
add_subdirectory(main)
|
||||
add_subdirectory(parallel)
|
||||
add_subdirectory(stream)
|
||||
add_subdirectory(bench)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user