Skip to content

Commit

Permalink
make : remove "talk" target until updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Sep 24, 2024
1 parent 1133ac9 commit 451e9ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ else
command \
stream \
lsp \
talk \
talk-llama
# talk (TODO: disalbed)
endif

default: $(BUILD_TARGETS)
Expand Down
4 changes: 2 additions & 2 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 451e9ee

Please sign in to comment.