Skip to content

Releases: WilliamTambellini/llama.cpp

b5400

Choose a tag to compare

@github-actions github-actions released this 16 May 00:45
c6a2c9e
gguf : use ggml log system (#13571)

* gguf : use ggml log system

* llama : remove unnecessary new lines in exception messages

b5043

Choose a tag to compare

@github-actions github-actions released this 03 Apr 17:26
c262bed
CUDA: Prefer vector flash decoding kernel for Gemma models (#12738)

* Prefer vector flash decoding kernel for Gemma models

Vector flash decoding kernel was not being picked for models with head dimension 256. Gemma models are in this category.
Removing this limit improves e2e performance by upto 12% in gen phase throughput for Gemm models.

* Update ggml/src/ggml-cuda/fattn.cu

Co-authored-by: Johannes Gäßler <johannesg@5d6.de>

---------

Co-authored-by: Johannes Gäßler <johannesg@5d6.de>

b4931

Choose a tag to compare

@github-actions github-actions released this 20 Mar 23:10
e046430
webui : Prevent rerendering on textarea input (#12299)

* webui: Make textarea uncontrolled to eliminate devastating lag

* Update index.html.gz

* use signal-style implementation

* rm console log

* no duplicated savedInitValue set

---------

Co-authored-by: Xuan Son Nguyen <son@huggingface.co>

b4823

Choose a tag to compare

@github-actions github-actions released this 04 Mar 18:43
5bbe6a9
ggml : portability fixes for VS 2017 (#12150)

* Add include files for std::min/max and std::toupper/tolower

* win32: move _USE_MATH_DEFINES before includes to ensure M_PI is defined

* Use GGML_RESTRICT instead of "restrict" keyword everywhere, and use "__restrict" in MSVC plain C mode

* win32: only use __restrict in MSVC if C11/C17 support is not enabled

---------

Co-authored-by: Marcus Groeber <Marcus.Groeber@cerence.com>

b4783

Choose a tag to compare

@github-actions github-actions released this 26 Feb 18:29
a800ae4
llava : add struct for FFI bindgen (#12079)

* add struct for FFI bindgen

* Apply suggestions from code review

---------

Co-authored-by: Xuan-Son Nguyen <thichthat@gmail.com>

b4738

Choose a tag to compare

@github-actions github-actions released this 18 Feb 17:22
63ac128
server : add TEI API format for /rerank endpoint (#11942)

* server : add TEI API format for /rerank endpoint

* Apply suggestions from code review

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>

* fix

* also gitignore examples/server/*.gz.hpp

---------

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>

b4718

Choose a tag to compare

@github-actions github-actions released this 14 Feb 20:24
300907b
opencl: Fix rope and softmax (#11833)

* opencl: fix `ROPE`

* opencl: fix `SOFT_MAX`

* Add fp16 variant

* opencl: enforce subgroup size for `soft_max`

b4712

Choose a tag to compare

@github-actions github-actions released this 14 Feb 02:12
a7b8ce2
llama-bench : fix unexpected global variable initialize sequence issu…

b4710

Choose a tag to compare

@github-actions github-actions released this 13 Feb 19:54
8a8c4ce
llamafile: use member variable instead of constant for iq4nlt (#11780)

b4044

Choose a tag to compare

@github-actions github-actions released this 08 Nov 18:17
97404c4
ggml : add ggml-cpu.h to the public headers (#10204)