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
/
perplexity
/
perplexity.cpp
Age
Commit message (
Expand
)
Author
2025-03-18
FlashMLA-2: reduce compute buffer size (CUDA and CPU) (#260)
Kawrakow
2024-08-12
Merge mainline - Aug 12 2024 (#17)
Kawrakow
2024-07-27
Merge mainline llama.cpp (#3)
Kawrakow
2024-06-13
`build`: rename main → llama-cli, server → llama-server, llava-cli → ll...
Olivier Chafik
2024-06-04
common : refactor cli arg parsing (#7675)
Georgi Gerganov
2024-05-22
common : normalize naming style (#7462)
Georgi Gerganov
2024-05-18
perplexity : ndot progress and show stats with < 100 tasks (#7348)
strawberrymelonpanda
2024-04-30
perplexity: more statistics, added documentation (#6936)
Johannes Gäßler
2024-04-16
perplexity : require positive --ctx-size arg (#6695)
Georgi Gerganov
2024-04-09
BERT tokenizer fixes (#6498)
Jared Van Bortel
2024-03-26
llama : greatly reduce output buffer memory usage (#6122)
compilade
2024-03-13
llama : add pipeline parallelism support (#6017)
slaren
2024-03-11
llama : more consistent names of count variables (#5994)
Georgi Gerganov
2024-03-09
perplexity : support using multiple sequences to allow larger batch sizes (#5...
slaren
2024-03-08
llama : support Mamba Selective State Space Models (#5328)
compilade
2024-02-18
ci : fix wikitext url + compile warnings (#5569)
Georgi Gerganov
2024-02-18
ggml, common, examples, tests : fixed type arguments in printf (#5528)
Herman Semenov
2024-02-16
ggml : add numa options (#5377)
bmwl
2024-02-03
refactor : switch to emplace_back to avoid extra object (#5291)
Michael Klimenko
2024-02-02
perplexity : fix KL divergence calculations on Windows (#5273)
kalomaze
2024-01-23
Additional KL-divergence statistics (#5081)
Kawrakow
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-20
perplexity : fix MSVC build after #5020 (#5043)
Jared Van Bortel
2024-01-19
winogrande: evaluate log-probs in parallel (#5036)
Kawrakow
2024-01-19
perplexity: avoid unnecessary alloocations and logit copies (#5035)
Kawrakow
2024-01-19
perplexity : faster Winogrande via batching (#5024)
Georgi Gerganov
2024-01-18
perplexity : fix winogrande N tasks option
Georgi Gerganov
2024-01-18
HellaSwag: speed up by parallelizing log-prob evaluation (#5020)
Kawrakow
2024-01-18
perplexity : faster HellaSwag via batching (#5017)
Georgi Gerganov
2024-01-18
Add Winogrande evaluation (#5015)
Kawrakow
2024-01-16
perplexity : fix kv cache handling for hellaswag (#4981)
Georgi Gerganov
2023-11-16
Respect tokenizer.ggml.add_bos_token value when tokenizing (#4040)
Kerfuffle
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-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-18
make : restore build-info.h dependency for several targets (#3205)
Cebtenzzre
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-08
examples : make n_ctx warning work again (#3066)
Cebtenzzre
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-08-29
Tell users attmepting to run perplexity with too few tokens to use more (#2882)
Kawrakow
2023-08-28
YAML result logging + preset script (#2657)
Johannes Gäßler
2023-08-27
llama : speedup tokenization (#2831)
Kawrakow
2023-08-27
llama : more tokenizer fixes (#2810)
Georgi Gerganov
2023-08-26
Fix HellaSwag (#2805)
Kawrakow
[next]