Skip to content

Commit

Permalink
Revert "fixups"
Browse files Browse the repository at this point in the history
This reverts commit f1a4731.
  • Loading branch information
mudler committed Nov 11, 2023
1 parent f1a4731 commit e4c4021
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backend/cpp/llama/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,8 @@ add_library(hw_grpc_proto
${hw_grpc_hdrs}
${hw_proto_srcs}
${hw_proto_hdrs})
target_compile_definitions(${TARGET} PRIVATE
SERVER_VERBOSE=$<BOOL:${LLAMA_SERVER_VERBOSE}>
)

add_executable(${TARGET} grpc-server.cpp json.hpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TARGET} PRIVATE common llama clip ${CMAKE_THREAD_LIBS_INIT} absl::flags hw_grpc_proto
absl::flags_parse
gRPC::${_REFLECTION}
Expand Down

0 comments on commit e4c4021

Please sign in to comment.