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
/
main
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-11-02
build : link against build info instead of compiling against it (#3879)
cebtenzzre
2023-10-29
Extend llama_kv_cache_seq_rm to allow matching any sequence (#3843)
Kerfuffle
2023-10-23
llama : remove token functions with `context` args in favor of `model` (#3720)
Marcus Dunn
2023-10-22
main : escape prompt for cfg_negative_prompt and consecutive inputs in main w...
vvhg1
2023-10-20
sampling : refactor init to use llama_sampling_params (#3696)
Georgi Gerganov
2023-10-18
speculative : add tree-based sampling example (#3624)
Georgi Gerganov
2023-10-17
llama : avoid fprintf in favor of LLAMA_LOG (#3538)
Georgi Gerganov
2023-10-17
tokenizer : special token handling (#3538)
staviq
2023-10-11
main : fix session loading bug (#3400)
Georgi Gerganov
2023-10-11
common : fix mirostat state when using multiple sequences (#3543)
Kerfuffle
2023-10-03
main : consistent prefix/suffix coloring (#3425)
h-h-h-h
2023-10-03
llama : fix session saving/loading (#3400)
Georgi Gerganov
2023-09-28
build : enable more non-default compiler warnings (#3200)
Cebtenzzre
2023-09-28
llama.cpp : split llama_context_params into model and context params (#3301)
slaren
2023-09-28
llama : custom attention mask + parallel decoding + no context swaps (#3228)
Georgi Gerganov
2023-09-15
examples : add compiler version and target to build info (#2998)
Cebtenzzre
2023-09-15
check C++ code with -Wmissing-declarations (#3184)
Cebtenzzre
2023-09-15
llama : remove mtest (#3177)
Roland
2023-09-08
examples : make n_ctx warning work again (#3066)
Cebtenzzre
2023-09-08
build : do not use _GNU_SOURCE gratuitously (#2035)
Przemysław Pawełczyk
2023-09-07
fix some warnings from gcc and clang-tidy (#3038)
Cebtenzzre
2023-09-04
build : on Mac OS enable Metal by default (#2901)
Georgi Gerganov
2023-09-03
speculative : PoC for speeding-up inference via speculative sampling (#2926)
Georgi Gerganov
2023-09-03
perplexity : fix ETA by warming up the model with an empty run
Georgi Gerganov
2023-08-30
main : log file (#2748)
staviq
2023-08-28
YAML result logging + preset script (#2657)
Johannes Gäßler
2023-08-27
llama : more tokenizer fixes (#2810)
Georgi Gerganov
2023-08-26
main : fix bug (penalize_nl=false doesn't work) + suppress warning on mingw (...
Dr. Tom Murphy VII Ph.D
2023-08-26
Fix spm whitespaces (#2806)
klosax
2023-08-24
Fix for main example getting stuck when -n -2 and --interactive (#2767)
Kerfuffle
2023-08-23
llm : add Falcon support (#2717)
Georgi Gerganov
2023-08-23
main : insert bos if no tokens (#2727)
klosax
2023-08-21
gguf : new file format with flexible meta data (beta) (#2398)
Georgi Gerganov
2023-08-10
Add --n-predict -2 for stopping generation on full context (#2565)
Christian Demsar
2023-08-04
Add --simple-io option for subprocesses and break out console.h and cpp (#1558)
DannyDaemonic
2023-07-25
main : add `--in-prefix-bos` to prefix BOS to user inputs; keep EOS (#2304)
Xiao-Yong Jin
2023-07-23
llama : add grammar-based sampling (#1773)
Evan Jones
2023-07-23
llama : grouped-query attention + LLaMAv2 70B support (#2276)
Georgi Gerganov
2023-07-22
llama : optimize memory buffers (#2325)
Georgi Gerganov
2023-07-21
llama : remove cfg smooth factor as it is only a reparameterization of the gu...
Guillaume "Vermeille" Sanchez
2023-07-15
llama : add custom RoPE (#2054)
Xiao-Yong Jin
2023-07-11
llama : add classifier-free guidance (#2135)
Bach Le
2023-07-10
mpi : add support for distributed inference via MPI (#2099)
Evan Miller
2023-07-06
convert : update for baichuan (#2081)
Judd
2023-06-29
Use unsigned for random seed (#2006)
Howard Su
2023-06-26
ggml : add NUMA support (#1556)
zrm
2023-06-24
llama : make model stateless and context stateful (llama_state) (#1797)
Didzis Gosko
2023-06-17
minor : warning fixes
Georgi Gerganov
2023-06-16
Fixed possible macro redefinition (#1892)
FrankHB
2023-06-16
build : fix and ignore MSVC warnings (#1889)
Borislav Stanimirov
[next]