Skip to content

Releases: teleprint-me/llama.cpp

b4349

17 Dec 20:55
081b29b
Compare
Choose a tag to compare
tests: add tests for GGUF (#10830)

b4334

16 Dec 02:43
4ddd199
Compare
Choose a tag to compare
llava : Allow locally downloaded models for QwenVL (#10833)

* Allow locally downloaded models for QwenVL

* Define model_path

* rm trailing space

---------

Co-authored-by: Xuan Son Nguyen <[email protected]>

b4318

13 Dec 06:12
d583cd0
Compare
Choose a tag to compare
ggml : Fix compilation issues on ARM platform when building without f…

b4302

11 Dec 07:36
43041d2
Compare
Choose a tag to compare
ggml: load all backends from a user-provided search path (#10699)

* feat: load all backends from a user-provided search path

* fix: Windows search path

* refactor: rename `ggml_backend_load_all_in_search_path` to `ggml_backend_load_all_from_path`

* refactor: rename `search_path` to `dir_path`

* fix: change `NULL` to `nullptr`

Co-authored-by: Diego Devesa <[email protected]>

* fix: change `NULL` to `nullptr`

---------

Co-authored-by: Diego Devesa <[email protected]>

b4229

30 Nov 09:33
3e0ba0e
Compare
Choose a tag to compare
readme : remove old badge

b4215

28 Nov 20:23
dc22344
Compare
Choose a tag to compare
ggml : remove redundant copyright notice + update authors

b4201

27 Nov 18:11
3ad5451
Compare
Choose a tag to compare
Add some minimal optimizations for CDNA (#10498)

* Add some minimal optimizations for CDNA

* ggml_cuda: set launch bounds also for GCN as it helps there too

b4171

25 Nov 21:55
9fd8c26
Compare
Choose a tag to compare
server : add more information about error (#10455)

b4139

20 Nov 02:24
3952a22
Compare
Choose a tag to compare
Fix missing file renames in Makefile due to changes in commit ae8de6d…

b4129

19 Nov 09:23
2a1507c
Compare
Choose a tag to compare
sycl : Add option to set the SYCL architecture for all targets (#10266)

* Add option to set the SYCL architecture for all targets
* Convert GGML_SYCL_HIP_TARGET to the more generic GGML_SYCL_ARCH option
* Document that setting GGML_SYCL_ARCH can improve the performance