Skip to content

Commit

Permalink
examples : remove talk and talk.wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Dec 20, 2024
1 parent 2a2bf65 commit 4e7e84e
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 3,578 deletions.
4 changes: 0 additions & 4 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ if (EMSCRIPTEN)
add_subdirectory(whisper.wasm)
add_subdirectory(stream.wasm)
add_subdirectory(command.wasm)
#add_subdirectory(talk.wasm)
add_subdirectory(bench.wasm)
elseif(CMAKE_JS_VERSION)
add_subdirectory(addon.node)
Expand All @@ -115,9 +114,6 @@ endif (WHISPER_SDL2)
add_subdirectory(bench)
add_subdirectory(quantize)
if (WHISPER_SDL2)
# TODO: disabled until update
# https://github.com/ggerganov/whisper.cpp/issues/1818
#add_subdirectory(talk)
add_subdirectory(talk-llama)
add_subdirectory(lsp)
if (GGML_SYCL)
Expand Down
51 changes: 0 additions & 51 deletions examples/talk.wasm/CMakeLists.txt

This file was deleted.

74 changes: 0 additions & 74 deletions examples/talk.wasm/README.md

This file was deleted.

Loading

0 comments on commit 4e7e84e

Please sign in to comment.