index
:
ik_llama.cpp.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
server
/
CMakeLists.txt
Age
Commit 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-21
json-schema-to-grammar improvements (+ added to server) (#5978)
Olivier Chafik
2024-03-09
server : add SSL support (#5926)
Gabe Goodhart
2024-03-07
server : refactor (#5882)
Georgi Gerganov
2024-01-26
server : refactored the task processing logic (#5065)
Xuan Son Nguyen
2023-12-29
cmake : fix ld warning duplicate libraries libllama.a (#4671)
Cuong Trinh Manh
2023-11-07
llava : expose as a shared library for downstream projects (#3613)
Damian Stewart
2023-11-02
build : link against build info instead of compiling against it (#3879)
cebtenzzre
2023-10-22
server : parallel decoding and multimodal (#3677)
Georgi Gerganov
2023-07-21
make : fix embdinput library and server examples building on MSYS2 (#2235)
Przemysław Pawełczyk
2023-07-19
cmake : install targets (#2256)
wzy
2023-06-17
Server Example Refactor and Improvements (#1570)
Randall Fitzgerald
2023-05-21
examples : add server example with REST API (#1443)
Steward Garcia