iris / llama.cpp /examples /rpc /CMakeLists.txt
Mat17892's picture
llamacpp
b664585 verified
raw
history blame
95 Bytes
add_executable(rpc-server rpc-server.cpp)
target_link_libraries(rpc-server PRIVATE ggml llama)