mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2023-11-04 02:52:44 +03:00
wip : initial WASM port
Works but it is very slow because no SIMD is used. For example, jfk.wav is processed in ~23 seconds using "tiny.en" model
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
if (EMSCRIPTEN)
|
||||
return()
|
||||
endif()
|
||||
|
||||
set(TEST_TARGET test-main-tiny)
|
||||
add_test(NAME ${TEST_TARGET}
|
||||
COMMAND $<TARGET_FILE:main>
|
||||
|
||||
Reference in New Issue
Block a user