Skip to content

Commit 481ad39

Browse files
committed
examples : remove talk and talk.wasm
1 parent 2a2bf65 commit 481ad39

17 files changed

+0
-3578
lines changed

examples/CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ if (EMSCRIPTEN)
9999
add_subdirectory(whisper.wasm)
100100
add_subdirectory(stream.wasm)
101101
add_subdirectory(command.wasm)
102-
#add_subdirectory(talk.wasm)
103102
add_subdirectory(bench.wasm)
104103
elseif(CMAKE_JS_VERSION)
105104
add_subdirectory(addon.node)
@@ -115,9 +114,6 @@ endif (WHISPER_SDL2)
115114
add_subdirectory(bench)
116115
add_subdirectory(quantize)
117116
if (WHISPER_SDL2)
118-
# TODO: disabled until update
119-
# https://github.com/ggerganov/whisper.cpp/issues/1818
120-
#add_subdirectory(talk)
121117
add_subdirectory(talk-llama)
122118
add_subdirectory(lsp)
123119
if (GGML_SYCL)

examples/talk.wasm/CMakeLists.txt

-51
This file was deleted.

examples/talk.wasm/README.md

-74
This file was deleted.

0 commit comments

Comments
 (0)