Skip to content

Releases: CodeLinaro/llama.cpp

b3409

17 Jul 17:01
30f80ca
Compare
Choose a tag to compare
CONTRIBUTING.md : remove mention of noci (#8541)

b3398

15 Jul 15:09
8fac431
Compare
Choose a tag to compare
ggml : suppress unknown pragma 'GCC' on windows (#8460)

This commit adds a macro guard to pragma GCC to avoid the following
warning on windows:

```console
C:\llama.cpp\ggml\src\ggml-aarch64.c(17,9): warning C4068:
unknown pragma 'GCC' [C:\lama.cpp\build\ggml\src\ggml.vcxproj]
```

b3373

11 Jul 15:57
808aba3
Compare
Choose a tag to compare
CUDA: optimize and refactor MMQ (#8416)

* CUDA: optimize and refactor MMQ

* explicit q8_1 memory layouts, add documentation

b3368

10 Jul 18:44
dd07a12
Compare
Choose a tag to compare
Name Migration: Build the deprecation-warning 'main' binary every tim…

b3263

28 Jun 14:46
26a39bb
Compare
Choose a tag to compare
Add MiniCPM, Deepseek V2 chat template + clean up `llama_chat_apply_t…

b3224

25 Jun 16:02
c8ad359
Compare
Choose a tag to compare
Gguf dump start data offset via --data-offset and some extra refactor…

b3145

13 Jun 22:06
172c825
Compare
Choose a tag to compare
rpc : fix ggml_backend_rpc_supports_buft() (#7918)

b3087

04 Jun 20:36
1442677
Compare
Choose a tag to compare
common : refactor cli arg parsing (#7675)

* common : gpt_params_parse do not print usage

* common : rework usage print (wip)

* common : valign

* common : rework print_usage

* infill : remove cfg support

* common : reorder args

* server : deduplicate parameters

ggml-ci

* common : add missing header

ggml-ci

* common : remote --random-prompt usages

ggml-ci

* examples : migrate to gpt_params

ggml-ci

* batched-bench : migrate to gpt_params

* retrieval : migrate to gpt_params

* common : change defaults for escape and n_ctx

* common : remove chatml and instruct params

ggml-ci

* common : passkey use gpt_params

b3060

31 May 17:25
0515ad9
Compare
Choose a tag to compare
convert-hf : Handle NotImplementedError in convert-hf-to-gguf (#7660)

b3029

28 May 23:49
b864b50
Compare
Choose a tag to compare
[SYCL] Align GEMM dispatch (#7566)

* align GEMM dispatch