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
Age
Commit message (
Expand
)
Author
2024-03-04
fix speculative decoding build on windows (#5874)
Jeffrey Quesnelle
2024-03-04
llama : fix embeddings (#5796)
Georgi Gerganov
2024-03-04
speculative : implement stochastic speculative sampling (#5625)
Minsoo Cheong
2024-03-04
add alias for chat template (#5858)
Xuan Son Nguyen
2024-03-04
main : support special tokens as reverse/anti prompt (#5847)
DAN™
2024-03-03
server : init http requests thread pool with --parallel if set (#5836)
Pierrick Hymbert
2024-03-02
server: tests: passkey challenge / self-extend with context shift demo (#5832)
Pierrick Hymbert
2024-03-02
convert : automatically fall back to HfVocab if tokenizer.model doesn't exist...
Jared Van Bortel
2024-03-02
Support multiple GPUs (split mode) on SYCL backend (#5806)
Neo Zhang Jianyu
2024-03-01
server : remove api_like_OAI.py proxy script (#5808)
Georgi Gerganov
2024-03-01
llama : cleanup unused mmq flags (#5772)
Pierrick Hymbert
2024-03-01
server: allow to override threads server pool with --threads-http (#5794)
Pierrick Hymbert
2024-03-01
server : fix newlines in help (#5785)
Georgi Gerganov
2024-02-29
Server: normalize naming (#5779)
Xuan Son Nguyen
2024-02-28
server : hit Ctrl+C twice to exit (#5734)
Xuan Son Nguyen
2024-02-28
server : add "/chat/completions" alias for "/v1/...` (#5722)
Jorge A
2024-02-27
IQ4_XS: a 4.25 bpw quantization (#5747)
Kawrakow
2024-02-27
llama : fix defrag bugs + add parameter (#5735)
Georgi Gerganov
2024-02-26
fix server hangs on empty prompt (#5733)
Xuan Son Nguyen
2024-02-26
Adding IQ2_S and IQ2_M to complete coverage of the 2-3 bit quantization range...
Kawrakow
2024-02-25
server: tests - slow inference causes timeout on the CI (#5715)
Pierrick Hymbert
2024-02-25
server: docs - refresh and tease a little bit more the http server (#5718)
Pierrick Hymbert
2024-02-25
llama : refactor k-shift implementation + KV defragmentation (#5691)
Georgi Gerganov
2024-02-25
server : fix crash when system prompt is bigger than batch size (#5714)
compilade
2024-02-25
ggml-quants : provide ggml_vqtbl1q_u8 for 64bit compatibility (#5711)
Radosław Gryta
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-25
code : normalize enum names (#5697)
Georgi Gerganov
2024-02-24
server: continue to update other slots on embedding concurrent request (#5699)
Pierrick Hymbert
2024-02-24
IQ3_S: a much better alternative to Q3_K (#5676)
Kawrakow
2024-02-24
server: init functional tests (#5566)
Pierrick Hymbert
2024-02-23
server : add KV cache quantization options (#5684)
AlpinDale
2024-02-22
server : fallback to chatml, add AlphaMonarch chat template (#5628)
Xuan Son Nguyen
2024-02-22
server : clarify some params in the docs (#5640)
Alexey Parfenov
2024-02-22
Add docs for llama_chat_apply_template (#5645)
Xuan Son Nguyen
2024-02-21
examples : do not assume BOS when shifting context (#5622)
Jared Van Bortel
2024-02-21
server: health: fix race condition on slots data using tasks queue (#5634)
Pierrick Hymbert
2024-02-21
llava : add --skip-unknown to 1.6 convert.py (#5632)
Daniel Bevenius
2024-02-21
IQ4_NL: 4-bit non-linear quants with blocks of 32 (#5590)
Kawrakow
2024-02-20
server : support llava 1.6 (#5553)
CJ Pais
2024-02-20
llava : add explicit instructions for llava-1.6 (#5611)
Daniel Bevenius
2024-02-20
Server: use llama_chat_apply_template (#5593)
Xuan Son Nguyen
2024-02-20
server : health endpoint configurable failure on no slot (#5594)
Pierrick Hymbert
2024-02-19
examples : support minItems/maxItems in JSON grammar converter (#5039)
nopperl
2024-02-19
llava : remove extra cont (#5587)
Georgi Gerganov
2024-02-19
llava : replace ggml_cpy with ggml_cont
slaren
2024-02-19
llava : avoid changing the original BakLLaVA model (#5577)
Daniel Bevenius
2024-02-19
baby-llama : allocate graphs in ggml_context (#5573)
NawafAlansari
2024-02-18
ci : fix wikitext url + compile warnings (#5569)
Georgi Gerganov
2024-02-18
common, server : surface min_keep as its own parameter (#5567)
Robey Holderith
[next]