Skip to content

Releases: Ivy233/llama.cpp

b5935

18 Jul 17:47
2adf8d8

Choose a tag to compare

parallel : add option for different RNG seeds (#14757)

ggml-ci

b5787

01 Jul 06:46
0a5a3b5

Choose a tag to compare

Add Conv2d for CPU (#14388)

* Conv2D: Add CPU version

* Half decent

* Tiled approach for F32

* remove file

* Fix tests

* Support F16 operations

* add assert about size

* Review: further formatting fixes, add assert and use CPU version of fp32->fp16

b5538

30 May 07:42
ec9e030

Choose a tag to compare

cmake: Guard GGML_CPU_ALL_VARIANTS by architecture (#13890)

b5516

28 May 03:07
a3c3084

Choose a tag to compare

opencl: add new ops - `argsort`, `div`, `sub`, `addrows`, `sigmoid`, …

b5350

12 May 03:22
c104023

Choose a tag to compare

mtmd : Use RMS norm for InternVL 3 38B and 78B mmproj (#13459)

b5307

08 May 03:23
814f795

Choose a tag to compare

docker : disable arm64 and intel images (#13356)

b5219

29 Apr 12:21
7d3af70

Choose a tag to compare

llama : llm_type order by size (#13177)

b5195

27 Apr 03:13
2d451c8

Choose a tag to compare

common : add common_remote_get_content (#13123)

* common : add common_remote_get_content

* support max size and timeout

* add tests

b5171

23 Apr 10:41
2cca6c0

Choose a tag to compare

rpc : add command line option for number of threads for the CPU backe…

b5145

17 Apr 07:21
12b1750

Choose a tag to compare

opencl: fix incorrect local_size index in profiling log (#12868)