Skip to content

Releases: tterrasson/llama.cpp

b2611

05 Apr 04:02
a307375
Compare
Choose a tag to compare
readme : add Dot to UI list (#6487)

b1564

25 Nov 21:38
f837c3a
Compare
Choose a tag to compare
llama : grammar `reserve` space in `decode_utf8` (#4210)

* reserve space for codepoints

* improvement for the appended 0

b1448

31 Oct 21:50
238657d
Compare
Choose a tag to compare
samplers : Min-P sampler implementation [alternative to Top P/Top K] …

…(#3841)

* Introduce the new Min-P sampler by @kalomaze
   The Min-P sampling method was designed as an alternative to Top-P, and aims to ensure a balance of quality and variety. The parameter *p* represents the minimum probability for a token to be considered, relative to the probability of the most likely token.

* Min-P enabled and set to 0.05 default

---------

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

b1433

27 Oct 16:23
6ff5fa0
Compare
Choose a tag to compare
Merge branch 'ggerganov:master' into master

b1430

26 Oct 22:39
5fc96c3
Compare
Choose a tag to compare
simple : fix batch handling

b1429

26 Oct 22:12
34b2a5e
Compare
Choose a tag to compare
server : do not release slot on image input (#3798)