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
/
tests
Age
Commit message (
Expand
)
Author
2023-11-20
ci : add flake8 to github actions (python linting) (#4129)
Galunid
2023-11-17
py : remove superfluous import statements (#4076)
Jiří Podivín
2023-11-14
stablelm : StableLM support (#3586)
Galunid
2023-11-13
sync : ggml (backend v2) (#3912)
Georgi Gerganov
2023-10-30
ggml : move FP16 <-> FP32 code to ggml-impl.h (#3861)
Georgi Gerganov
2023-10-24
Add more tokenizer tests (#3742)
Galunid
2023-10-22
Add test for MPT tokenization (#3728)
goerch
2023-10-20
sampling : refactor init to use llama_sampling_params (#3696)
Georgi Gerganov
2023-10-20
gguf : support big endian platform (#3552)
Qin Yue Chen
2023-10-10
Minor improvements in GPT2 tokenizer (#3567)
goerch
2023-10-04
sync : ggml (conv 1d + 2d updates, UB fixes) (#3468)
Georgi Gerganov
2023-10-03
Work on the BPE tokenizer (#3252)
goerch
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
train : finetune LORA (#2632)
xaedes
2023-09-28
llama : custom attention mask + parallel decoding + no context swaps (#3228)
Georgi Gerganov
2023-09-16
Fixing the last deviations from sentencepiece indicated by test-tokenizer-1 (...
goerch
2023-09-15
check C++ code with -Wmissing-declarations (#3184)
Cebtenzzre
2023-09-13
whisper : tokenizer fix + re-enable tokenizer test for LLaMa (#3096)
goerch
2023-09-07
fix some warnings from gcc and clang-tidy (#3038)
Cebtenzzre
2023-08-30
tests : add a C compliance test (#2848)
Cebtenzzre
2023-08-28
train : mem usage and other improvements (#2439)
xaedes
2023-08-27
llama : more tokenizer fixes (#2810)
Georgi Gerganov
2023-08-26
Fix spm whitespaces (#2806)
klosax
2023-08-23
llm : add Falcon support (#2717)
Georgi Gerganov
2023-08-23
llama : fix whitespace escaping in tokenizer (#2724)
goerch
2023-08-21
gguf : new file format with flexible meta data (beta) (#2398)
Georgi Gerganov
2023-08-17
Fix unicode in grammars (fixes #2501) (#2553)
Evan Jones
2023-08-17
tests : adds simple llama grammar tests (#2618)
drbh
2023-08-13
test : add simple grammar parsing tests (#2594)
drbh
2023-08-02
tests : Fix compilation warnings (Linux/GCC) (#2451)
Eve
2023-07-24
make rms_norm_eps a parameter (#2374)
slaren
2023-07-24
ggml : sync (unary ops refactor, static-correctness) (#2370)
Georgi Gerganov
2023-07-19
cmake : install targets (#2256)
wzy
2023-07-18
ci : integrate with ggml-org/ci (#2250)
Georgi Gerganov
2023-07-11
ggml : sync (abort callback, mul / add broadcast, fix alibi) (#2183)
Georgi Gerganov
2023-07-10
mpi : add support for distributed inference via MPI (#2099)
Evan Miller
2023-07-07
ggml : change ggml_graph_compute() API to not require context (#1999)
Qingyou Meng
2023-07-05
tests : fix test-grad0
Georgi Gerganov
2023-07-05
ggml : generalize `quantize_fns` for simpler FP16 handling (#1237)
Stephan Walter
2023-06-26
tests : fix quantize perf (#1990)
katsu560
2023-06-24
tests : sync test-grad0 from ggml
Georgi Gerganov
2023-06-24
llama : fix top-p sampling to match the canonical definition (#1953)
Alex Renda
2023-06-24
llama : make model stateless and context stateful (llama_state) (#1797)
Didzis Gosko
2023-06-16
build : fix and ignore MSVC warnings (#1889)
Borislav Stanimirov
2023-06-13
train : improved training-from-scratch example (#1652)
xaedes
2023-06-05
ggml : add SOTA 2,3,4,5,6 bit k-quantizations (#1684)
Kawrakow
2023-05-19
tests : add missing header
Georgi Gerganov
2023-05-19
minor : fix compile warnings
Georgi Gerganov
2023-05-13
ggml : implement backward pass for llama + small training-llama-from-scratch ...
xaedes
[next]