parallel : working

This commit is contained in:
Georgi Gerganov
2022-10-29 12:24:02 +03:00
parent a272f10b2e
commit 0b2dc3c82c
6 changed files with 207 additions and 73 deletions

View File

@@ -22,6 +22,7 @@ if (EMSCRIPTEN)
add_subdirectory(whisper.wasm)
else()
add_subdirectory(main)
add_subdirectory(parallel)
add_subdirectory(stream)
add_subdirectory(bench)
endif()