server handling multiple clients with cam

This commit is contained in:
FSSRepo 2023-10-05 15:12:39 -04:00
parent 48edda30ee
commit a7a6ceb7ae
5 changed files with 1223 additions and 0 deletions

View file

@ -35,6 +35,7 @@ else()
endif()
if (LLAMA_BUILD_SERVER)
add_subdirectory(server)
add_subdirectory(server-parallel)
endif()
add_subdirectory(export-lora)
endif()