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-28
llava : fix MobileVLM (#6364)
Ziang Wu
2024-03-28
doc: fix outdated default value of batch size (#6336)
Ting Sun
2024-03-28
server : stop gracefully on SIGTERM (#6348)
Eric Zhang
2024-03-28
doc: fix typo in MobileVLM-README.md (#6181)
Ziang Wu
2024-03-27
server: continuous performance monitoring and PR comment (#6283)
Pierrick Hymbert
2024-03-27
embedding : show full embedding for single prompt (#6342)
howlger
2024-03-27
llama2c : open file as binary (#6332)
Georgi Gerganov
2024-03-27
server: public: use relative routes for static files (#6325)
Eric Zhang
2024-03-26
llama : greatly reduce output buffer memory usage (#6122)
compilade
2024-03-26
IQ1_M: 1.75 bpw quantization (#6302)
Kawrakow
2024-03-26
quantize : be able to override metadata by key (#6321)
Kawrakow
2024-03-26
embedding : adjust `n_ubatch` value (#6296)
Minsoo Cheong
2024-03-26
server : add `n_discard` parameter (#6300)
Jan Boon
2024-03-26
cuda : rename build flag to LLAMA_CUDA (#6299)
slaren
2024-03-25
Server: clean up OAI params parsing function (#6284)
Xuan Son Nguyen
2024-03-25
[SYCL] fix SYCL backend build on windows is break by LOG() error (#6290)
Neo Zhang Jianyu
2024-03-25
examples : add "retrieval" (#6193)
Minsoo Cheong
2024-03-24
imatrix : fix wname for mul_mat_id ops (#6271)
Georgi Gerganov
2024-03-24
sampling : deduplicated code for probability distribution access (#6240)
Minsoo Cheong
2024-03-23
common: llama_load_model_from_url split support (#6192)
Pierrick Hymbert
2024-03-23
server: docs: `--threads` and `--threads`, `--ubatch-size`, `--log-disable` (...
Pierrick Hymbert
2024-03-23
server: flush stdout after logging in both text and json layout (#6253)
Pierrick Hymbert
2024-03-23
lookup: complement data from context with general text statistics (#5479)
Johannes Gäßler
2024-03-22
convert-llama2c-to-ggml : enable conversion of GQA models (#6237)
fraxy-v
2024-03-22
quantize: options for output and token embedding tensors qtype (#6239)
Kawrakow
2024-03-22
llama_model_loader: support multiple split/shard GGUFs (#6187)
Pierrick Hymbert
2024-03-22
json-schema-to-grammar : fix order of props + non-str const/enum (#6232)
Olivier Chafik
2024-03-22
server : fix n_keep always showing as 0 in response (#6211)
Jan Boon
2024-03-22
server : enable continuous batching by default (#6231)
Georgi Gerganov
2024-03-22
metal : pad n_ctx by 32 (#6177)
Georgi Gerganov
2024-03-21
server : update readme doc from `slot_id` to `id_slot` (#6213)
Jan Boon
2024-03-21
json-schema-to-grammar improvements (+ added to server) (#5978)
Olivier Chafik
2024-03-21
Add ability to use Q5_0, Q5_1, and IQ4_NL for quantized K cache (#6183)
Kawrakow
2024-03-20
llava : update MobileVLM-README.md (#6180)
Ziang Wu
2024-03-20
llava : add MobileVLM_V2 backup (#6175)
Ziang Wu
2024-03-20
Server: version bump for httplib and json (#6169)
Xuan Son Nguyen
2024-03-20
server : allow to override -ngl in tests (#6170)
Georgi Gerganov
2024-03-20
Revert "llava : add a MobileVLM_V2-1.7B backup (#6152)"
Georgi Gerganov
2024-03-20
llava : add a MobileVLM_V2-1.7B backup (#6152)
Ziang Wu
2024-03-20
Server: Handle n_keep parameter in the request (#6174)
Karthick
2024-03-20
server tests : more pythonic process management; fix bare `except:` (#6146)
Jared Van Bortel
2024-03-20
update readme sycl for new update (#6151)
Neo Zhang Jianyu
2024-03-19
Remove undeed header file. (#6158)
DAN™
2024-03-19
gguf-split: split and merge gguf per batch of tensors (#6135)
Pierrick Hymbert
2024-03-18
clip : fix memory leak (#6138)
Felix
2024-03-18
backend : offload large batches to GPU (#6083)
slaren
2024-03-17
common: llama_load_model_from_url using --model-url (#6098)
Pierrick Hymbert
2024-03-16
gritlm : add initial README.md (#6086)
Daniel Bevenius
2024-03-15
llava : change API to pure C style for Rust FFI bindgen (#6079)
Ting Lou
2024-03-15
fix set main gpu error (#6073)
Neo Zhang Jianyu
[next]