Revert "Rpc improvement (#480)"

This reverts commit 8a5f8573ae.
This commit is contained in:
Iwan Kawrakow
2025-06-08 14:49:50 +03:00
parent 8a5f8573ae
commit 1eabdb420b
11 changed files with 508 additions and 1258 deletions

View File

@@ -1,4 +1,2 @@
set(TARGET rpc-server)
add_executable(${TARGET} rpc-server.cpp)
target_link_libraries(${TARGET} PRIVATE ggml)
target_compile_features(${TARGET} PRIVATE cxx_std_17)
add_executable(rpc-server rpc-server.cpp)
target_link_libraries(rpc-server PRIVATE ggml llama)