Skip to content

Releases: namtranase/llama.cpp

b1960

24 Jan 04:42
26d6076
Compare
Choose a tag to compare
metal : disable support for MUL_MAT F32 x F16

b1953

22 Jan 17:39
6f9939d
Compare
Choose a tag to compare
KL-divergence (#5076)

* kl-divergence: be able to save all logits to a file

* Add ability to compute KL-divergence

---------

Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>

b1873

14 Jan 18:05
a836c8f
Compare
Choose a tag to compare
llama : fix missing quotes (#4937)

b1849

13 Jan 12:14
15ebe59
Compare
Choose a tag to compare
convert : update phi-2 to latest HF repo (#4903)

* convert : update phi-2 to latest HF repo

ggml-ci

* py : try to fix flake stuff

b1805

10 Jan 12:31
4f56458
Compare
Choose a tag to compare
Python script to compare commits with llama-bench (#4844)

b1794

09 Jan 08:16
1fc2f26
Compare
Choose a tag to compare
common : fix the short form of `--grp-attn-w`, not `-gat` (#4825)

See https://github.com/ggerganov/llama.cpp/blob/master/common/common.cpp#L230C53-L230C57

b1768

05 Jan 10:07
b3a7c20
Compare
Choose a tag to compare
finetune : remove unused includes (#4756)

This commit removes unused includes from finetune.cpp.

Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>

b1777

02 Jan 08:16
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/ggerganov/llama.cpp