index
:
llama.cpp.git
master
llama.cpp
user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
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
2023-05-06
Remove default arguments from sampling functions (#1343)
Jed Fox
2023-05-02
llama : fix compile warnings
Georgi Gerganov
2023-04-29
llama : new sampling algorithms (#1126)
Ivan Stepanov
2023-04-25
ggml : add Q8_0 quantization format (rename the old one to Q8_1) (ARM NEON) (...
Georgi Gerganov
2023-04-22
Fix CI: ARM NEON, quantization unit tests, editorconfig (#1122)
Stephan Walter
2023-04-22
ggml : unit test for quantization functions (#953)
unbounded
2023-04-17
llama : well-defined static initialization of complex objects (#927)
Arik Poznanski
2023-03-28
tests : free llama context at the end of the test
Georgi Gerganov
2023-03-28
all : be more strict about converting float to double (#458)
Stephan Walter
2023-03-28
ggml : introduce structs for the q4 data blocks (#356)
Stephan Walter
2023-03-25
Overhaul the examples structure
Georgi Gerganov
2023-03-22
Deduplicate q4 quantization functions (#383)
Stephan Walter
2023-03-22
Introduce C-style API (#370)
Georgi Gerganov
2023-03-21
Add tokenizer test + revert to C++11 (#355)
Georgi Gerganov