Skip to content

Releases: NawafAlansari/llama.cpp

b3631

26 Aug 21:33
7d787ed
Compare
Choose a tag to compare
ggml : do not crash when quantizing q4_x_x with an imatrix (#9192)

b2971

22 May 18:55
1e37436
Compare
Choose a tag to compare
SimpleChat: a simple and dumb web front end for testing /chat/complet…

b2569

28 Mar 20:26
5106ef4
Compare
Choose a tag to compare
[SYCL] Revisited & updated SYCL build documentation (#6141)

* Revisited & updated SYCL build documentation

* removed outdated comment

* Addressed PR comments

* Trimed white spaces

* added new end line

b2203

19 Feb 19:14
9d679f0
Compare
Choose a tag to compare
examples : support minItems/maxItems in JSON grammar converter (#5039)

* support minLength and maxLength in JSON schema grammar converter

* Update examples/json-schema-to-grammar.py

---------

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

b2186

18 Feb 22:24
a0c2dad
Compare
Choose a tag to compare
build : pass all warning flags to nvcc via -Xcompiler (#5570)

* build : pass all warning flags to nvcc via -Xcompiler
* make : fix apparent mis-merge from #3952
* make : fix incorrect GF_CC_VER for CUDA host compiler

b2094

07 Feb 20:19
b906596
Compare
Choose a tag to compare
Add Ava in the list of llama.cpp UIs (#4362)

b1963

24 Jan 16:01
Compare
Choose a tag to compare
nix-shell: use addToSearchPath

thx to @SomeoneSerge for the suggestion!

b1761

04 Jan 00:30
cb1e281
Compare
Choose a tag to compare
train : fix typo in overlapping-samples help msg (#4758)

This commit fixes a typo in the help message for the
--overlapping-samples option.

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