Skip to content

Commit

Permalink
初步的api server (bug还很多,测试中)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyuyang committed Aug 30, 2023
1 parent d7e3335 commit fd8abf5
Show file tree
Hide file tree
Showing 4 changed files with 1,469 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ add_custom_command(
add_executable(benchmark example/benchmark/benchmark.cpp)
target_link_libraries(benchmark fastllm)

add_executable(apiserver example/apiserver/apiserver.cpp example/apiserver/json11.cpp)
target_link_libraries(apiserver fastllm)

add_library(fastllm_tools SHARED ${FASTLLM_CXX_SOURCES} ${FASTLLM_CUDA_SOURCES} tools/src/pytools.cpp)
target_link_libraries(fastllm_tools PUBLIC ${FASTLLM_LINKED_LIBS})

Expand Down
Loading

0 comments on commit fd8abf5

Please sign in to comment.