mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2026-07-23 11:10:57 -05: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