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-04-27
ci: server: tests python env on github container ubuntu latest / fix n_predic...
Pierrick Hymbert
2024-04-26
quantize: add imatrix and dataset metadata in GGUF (#6658)
Pierrick Hymbert
2024-04-26
server: stop generation at `n_ctx_train` if `n_predict` is not set (#6638)
Pierrick Hymbert
2024-04-26
bench: server add stop word for PHI-2 (#6916)
Pierrick Hymbert
2024-04-25
llava : add support for moondream vision language model (#6899)
vik
2024-04-25
clip : rename lerp function to avoid conflict (#6894)
Daniel Bevenius
2024-04-25
tests : minor bash stuff (#6902)
Georgi Gerganov
2024-04-25
quantize : add '--keep-split' to quantize model into shards (#6688)
jiez
2024-04-24
server : do not apply Markdown formatting in code sections (#6850)
mgroeber9110
2024-04-24
common : revert showing control tokens by default for server (#6860)
Kyle Mistele
2024-04-24
Server: fix seed for multiple slots (#6835)
Johannes Gäßler
2024-04-21
`build`: generate hex dump of server assets during build (#6661)
Olivier Chafik
2024-04-21
llama : add option to render special/control tokens (#6807)
Georgi Gerganov
2024-04-21
llava : use logger in llava-cli (#6797)
Justine Tunney
2024-04-21
llama : support Llama 3 HF conversion (#6745)
Pedro Cuenca
2024-04-20
doc : server tests require llama to be built with curl enabled (#6788)
Jan Boon
2024-04-19
server: static: upstream upgrade (#6765)
Pierrick Hymbert
2024-04-19
train : add general name (#6752)
Austin
2024-04-18
ggml : group all experts in a single ggml_mul_mat_id (#6505)
slaren
2024-04-16
ggml : add llamafile sgemm (#6414)
Justine Tunney
2024-04-16
gritlm : add --outdir option to hf.sh script (#6699)
Daniel Bevenius
2024-04-16
perplexity : require positive --ctx-size arg (#6695)
Georgi Gerganov
2024-04-15
`main`: add --json-schema / -j flag (#6659)
Olivier Chafik
2024-04-15
server : revert "minor layout improvements" (#6684)
Pierrick Hymbert
2024-04-14
Fix --split-max-size (#6655)
Sigbjørn Skjæret
2024-04-14
fix memcpy() crash, add missed cmd in guide, fix softmax (#6622)
Neo Zhang Jianyu
2024-04-13
model: support arch `DbrxForCausalLM` (#6515)
Pierrick Hymbert
2024-04-12
JSON schema conversion: ⚡️ faster repetitions, min/maxLength for strings,...
Olivier Chafik
2024-04-12
infill : add download instructions for model (#6626)
Daniel Bevenius
2024-04-12
server : coherent log output for KV cache full (#6637)
Pierrick Hymbert
2024-04-12
chore: Fix markdown warnings (#6625)
Rene Leonhardt
2024-04-12
imatrix : remove invalid assert (#6632)
Georgi Gerganov
2024-04-12
eval-callback: use ggml_op_desc to pretty print unary operator name (#6631)
Pierrick Hymbert
2024-04-11
As suggested by @slaren, disabling Metal for test to fix CI build on OSX from...
Clint Herron
2024-04-11
grammars: 1.5x faster inference w/ complex grammars (vector reserves / reuses...
Olivier Chafik
2024-04-11
eval-callback: Example how to use eval callback for debugging (#6576)
Pierrick Hymbert
2024-04-10
gguf : add option to not check tensor data (#6582)
Daniel Bevenius
2024-04-10
minor layout improvements (#6572)
Ralph Soika
2024-04-09
BERT tokenizer fixes (#6498)
Jared Van Bortel
2024-04-09
server : detect search query to start webchat (#6554)
Ed Lee
2024-04-08
llama : save and restore kv cache for single seq id (#6341)
Jan Boon
2024-04-06
ci: bench: support sse and fix prompt processing time / server: add tokens us...
Pierrick Hymbert
2024-04-05
bench : make n_batch and n_ubatch configurable in Batched bench (#6500)
Ting Sun
2024-04-04
server: allow penalizing repetition of newlines on server webpage (#6431)
Shakhar Dasgupta
2024-04-04
ci: bench: add more ftype, fix triggers and bot comment (#6466)
Pierrick Hymbert
2024-04-04
examples : add GBNF validator program (#5948)
Clint Herron
2024-04-04
server : remove obsolete --memory-f32 option
Georgi Gerganov
2024-04-04
server : add option to disable KV offload (#6468)
Xiao-Yong Jin
2024-04-03
A few small fixes to server's README docs (#6428)
Fattire
2024-04-03
server : handle exception on wrong type in request (#6452)
JH23X
[next]