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
/
common
Age
Commit message (
Expand
)
Author
2024-01-25
llama : dynamic temperature sampling (#4972)
l3utterfly
2024-01-23
minor : clean-up some warnings and style (#5094)
Georgi Gerganov
2024-01-22
KL-divergence (#5076)
Kawrakow
2024-01-21
Add ability to evauate multiple choice tasks (#5047)
Kawrakow
2024-01-18
Add Winogrande evaluation (#5015)
Kawrakow
2024-01-17
llama : fix copy/paste error in llama_sampling_params comment (#4994)
David Renshaw
2024-01-16
speculative : threading options (#4959)
stduhpf
2024-01-15
llama : apply classifier-free guidance to logits directly (#4951)
David Friehs
2024-01-13
main : add parameter --no-display-prompt (#4541)
Yann Follet
2024-01-12
llama : ggml-backend integration (#4766)
slaren
2024-01-12
common : streamline the formatting of help (#4890)
howlger
2024-01-12
llama : fix llm_build_k_shift to use correct n_rot (#4889)
Georgi Gerganov
2024-01-11
main : better name for variable n_print (#4874)
Georgi Gerganov
2024-01-11
main : disable token count by default (#4874)
Georgi Gerganov
2024-01-11
main : print total token count and tokens consumed so far (#4874)
pudepiedj
2024-01-08
common : fix the short form of `--grp-attn-w`, not `-gat` (#4825)
howlger
2024-01-08
main : add self-extend support (#4815)
Georgi Gerganov
2024-01-03
train : fix typo in overlapping-samples help msg (#4758)
Daniel Bevenius
2023-12-30
ggml : add ggml_cpu_has_avx_vnni() (#4589)
automaticcat
2023-12-29
cmake : fix ld warning duplicate libraries libllama.a (#4671)
Cuong Trinh Manh
2023-12-23
server : allow to specify custom prompt for penalty calculation (#3727)
Alexey Parfenov
2023-12-23
grammar : check the full vocab only if necessary (opt) (#4306)
kalomaze
2023-12-22
lookup : add prompt lookup decoding example (#4484)
LeonEricsson
2023-12-21
common : remove incorrect --model-draft default (#4568)
Jared Van Bortel
2023-12-14
ggml : remove n_dims from ggml_tensor (#4469)
slaren
2023-12-13
common : add `--version` option to show build info in CLI (#4433)
Siwen Yu
2023-12-12
english : use `typos` to fix comments and logs (#4354)
Richard Kiss
2023-12-07
llama : per-layer KV cache + quantum K cache (#4309)
Georgi Gerganov
2023-12-06
common : fix compile warning
Georgi Gerganov
2023-12-05
llama : allow overriding GGUF metadata when loading model (#4092)
Kerfuffle
2023-12-05
sampling : custom samplers order (#4285)
MaggotHATE
2023-12-04
grammar-parser : fix typo (#4318)
Ikko Eltociear Ashimine
2023-12-01
build : fix build info generation and cleanup Makefile (#3920)
Jared Van Bortel
2023-11-27
cmake : fix issue with version info not getting baked into LlamaConfig.cmake ...
bandoti
2023-11-23
llama : KV cache view API + better KV cache management (#4170)
Georgi Gerganov
2023-11-20
main : Add ChatML functionality to main example (#4046)
Seb C
2023-11-19
common : comma should be semicolon (#4137)
kchro3
2023-11-17
common : improve yaml log escaping (#4080)
Jannis Schönleber
2023-11-17
train : move number of gpu layers argument parsing to common/train.cpp (#4074)
Jiří Podivín
2023-11-16
Respect tokenizer.ggml.add_bos_token value when tokenizing (#4040)
Kerfuffle
2023-11-13
sync : ggml (backend v2) (#3912)
Georgi Gerganov
2023-11-07
llava : expose as a shared library for downstream projects (#3613)
Damian Stewart
2023-11-05
ggml-cuda : fix f16 mul mat (#3961)
slaren
2023-11-05
Allow common process_escapes to handle \x sequences (#3928)
Kerfuffle
2023-11-03
speculative : change default p_accept to 0.5 + CLI args (#3919)
Georgi Gerganov
2023-11-03
common : YAYF (yet another YARN fix) (#3925)
Georgi Gerganov
2023-11-02
cmake : fix relative path to git submodule index (#3915)
Andrei
2023-11-02
build : link against build info instead of compiling against it (#3879)
cebtenzzre
2023-11-01
llama : implement YaRN RoPE scaling (#2268)
cebtenzzre
2023-11-01
common : minor (#3715)
Georgi Gerganov
[next]