From: Georgi Gerganov Date: Tue, 24 Sep 2024 11:15:09 +0000 (+0300) Subject: make : remove "talk" target until updated X-Git-Tag: upstream/1.7.4~375 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=451e9ee92c24a49134ba9b2c059da809c2402f98;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp make : remove "talk" target until updated --- diff --git a/Makefile b/Makefile index 807f98f8..8ef10f9a 100644 --- a/Makefile +++ b/Makefile @@ -141,8 +141,8 @@ else command \ stream \ lsp \ - talk \ talk-llama + # talk (TODO: disalbed) endif default: $(BUILD_TARGETS) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 163f425f..33e6249e 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -102,8 +102,8 @@ if (EMSCRIPTEN) set_target_properties(libstream PROPERTIES FOLDER "libs") add_subdirectory(command.wasm) set_target_properties(libcommand PROPERTIES FOLDER "libs") - add_subdirectory(talk.wasm) - set_target_properties(libtalk PROPERTIES FOLDER "libs") + #add_subdirectory(talk.wasm) + #set_target_properties(libtalk PROPERTIES FOLDER "libs") add_subdirectory(bench.wasm) set_target_properties(libbench PROPERTIES FOLDER "libs") elseif(CMAKE_JS_VERSION)