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
/
tests
/
features
/
steps
/
steps.py
Age
Commit message (
Expand
)
Author
2024-03-14
server: disable debug release type sanitizer, simplify trigger (#6047)
Pierrick Hymbert
2024-03-13
llama : add pipeline parallelism support (#6017)
slaren
2024-03-11
Server: format error to json (#5961)
Xuan Son Nguyen
2024-03-10
server: ci: windows build and tests (#5968)
Pierrick Hymbert
2024-03-09
Server: reorganize some http logic (#5939)
Xuan Son Nguyen
2024-03-09
server: tests: add truncated prompt tests, better kv cache size (#5933)
Pierrick Hymbert
2024-03-08
server: metrics: add llamacpp:prompt_seconds_total and llamacpp:tokens_predic...
Pierrick Hymbert
2024-03-07
server : refactor (#5882)
Georgi Gerganov
2024-03-02
server: tests: passkey challenge / self-extend with context shift demo (#5832)
Pierrick Hymbert
2024-02-28
server : add "/chat/completions" alias for "/v1/...` (#5722)
Jorge A
2024-02-25
server: tests - slow inference causes timeout on the CI (#5715)
Pierrick Hymbert
2024-02-25
server: logs - unified format and --log-format option (#5700)
Pierrick Hymbert
2024-02-25
server: concurrency fix + monitoring - add /metrics prometheus compatible end...
Pierrick Hymbert
2024-02-24
server: continue to update other slots on embedding concurrent request (#5699)
Pierrick Hymbert
2024-02-24
server: init functional tests (#5566)
Pierrick Hymbert