]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
make : remove "talk" target until updated
authorGeorgi Gerganov <redacted>
Tue, 24 Sep 2024 11:15:09 +0000 (14:15 +0300)
committerGeorgi Gerganov <redacted>
Tue, 24 Sep 2024 16:45:08 +0000 (19:45 +0300)
Makefile
examples/CMakeLists.txt

index 807f98f857b9d1523376e4dfd446a10b1f114047..8ef10f9ad2e65d79f4ffaf54f71079b4329e23c6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -141,8 +141,8 @@ else
                command \
                stream \
                lsp \
-               talk \
                talk-llama
+       # talk (TODO: disalbed)
 endif
 
 default: $(BUILD_TARGETS)
index 163f425f64b67c9e21cc9cb8e687110842f5cdbc..33e6249e8c18d1dba6c9ca0b97a7608471c60eef 100644 (file)
@@ -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)