mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-20 05:07:52 +00:00
make : remove "talk" target until updated
This commit is contained in:
parent
1133ac98a8
commit
451e9ee92c
2
Makefile
2
Makefile
@ -141,8 +141,8 @@ else
|
|||||||
command \
|
command \
|
||||||
stream \
|
stream \
|
||||||
lsp \
|
lsp \
|
||||||
talk \
|
|
||||||
talk-llama
|
talk-llama
|
||||||
|
# talk (TODO: disalbed)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
default: $(BUILD_TARGETS)
|
default: $(BUILD_TARGETS)
|
||||||
|
@ -102,8 +102,8 @@ if (EMSCRIPTEN)
|
|||||||
set_target_properties(libstream PROPERTIES FOLDER "libs")
|
set_target_properties(libstream PROPERTIES FOLDER "libs")
|
||||||
add_subdirectory(command.wasm)
|
add_subdirectory(command.wasm)
|
||||||
set_target_properties(libcommand PROPERTIES FOLDER "libs")
|
set_target_properties(libcommand PROPERTIES FOLDER "libs")
|
||||||
add_subdirectory(talk.wasm)
|
#add_subdirectory(talk.wasm)
|
||||||
set_target_properties(libtalk PROPERTIES FOLDER "libs")
|
#set_target_properties(libtalk PROPERTIES FOLDER "libs")
|
||||||
add_subdirectory(bench.wasm)
|
add_subdirectory(bench.wasm)
|
||||||
set_target_properties(libbench PROPERTIES FOLDER "libs")
|
set_target_properties(libbench PROPERTIES FOLDER "libs")
|
||||||
elseif(CMAKE_JS_VERSION)
|
elseif(CMAKE_JS_VERSION)
|
||||||
|
Loading…
Reference in New Issue
Block a user