server handling multiple clients with cam
This commit is contained in:
parent
48edda30ee
commit
a7a6ceb7ae
5 changed files with 1223 additions and 0 deletions
|
@ -35,6 +35,7 @@ else()
|
|||
endif()
|
||||
if (LLAMA_BUILD_SERVER)
|
||||
add_subdirectory(server)
|
||||
add_subdirectory(server-parallel)
|
||||
endif()
|
||||
add_subdirectory(export-lora)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue