summaryrefslogtreecommitdiff
path: root/examples/server/CMakeLists.txt
AgeCommit message (Expand)Author
2024-04-21`build`: generate hex dump of server assets during build (#6661)Olivier Chafik
2024-04-15`main`: add --json-schema / -j flag (#6659)Olivier Chafik
2024-03-21json-schema-to-grammar improvements (+ added to server) (#5978)Olivier Chafik
2024-03-09server : add SSL support (#5926)Gabe Goodhart
2024-03-07server : refactor (#5882)Georgi Gerganov
2024-01-26server : refactored the task processing logic (#5065)Xuan Son Nguyen
2023-12-29cmake : fix ld warning duplicate libraries libllama.a (#4671)Cuong Trinh Manh
2023-11-07llava : expose as a shared library for downstream projects (#3613)Damian Stewart
2023-11-02build : link against build info instead of compiling against it (#3879)cebtenzzre
2023-10-22server : parallel decoding and multimodal (#3677)Georgi Gerganov
2023-07-21make : fix embdinput library and server examples building on MSYS2 (#2235)Przemysław Pawełczyk
2023-07-19cmake : install targets (#2256)wzy
2023-06-17Server Example Refactor and Improvements (#1570)Randall Fitzgerald
2023-05-21examples : add server example with REST API (#1443)Steward Garcia