Skip to content

Releases: lcretan/llama.cpp

b3978

Choose a tag to compare

@github-actions github-actions released this 25 Oct 19:07
ff252ea
llama : add DRY sampler (#9702)

* sampling : add DRY sampler (post-refactor)

* DRY: Trying to fix coauthors, removed unneeded line

* DRY: Fixed redundant code

* DRY: Fixed crash issue due to DRY being in chain but uninitialized

---------

Co-authored-by: l3utterfly <gc.pthzfoldr@gmail.com>
Co-authored-by: pi6am <34464159+pi6am@users.noreply.github.com>

b3887

Choose a tag to compare

@github-actions github-actions released this 06 Oct 04:36
8c475b9
rerank : use [SEP] token instead of [BOS] (#9737)

* rerank : use [SEP] token instead of [BOS]

ggml-ci

* common : sanity check for non-NULL tokens

ggml-ci

* ci : adjust rank score interval

ggml-ci

* ci : add shebang to run.sh

ggml-ci

b3853

Choose a tag to compare

@github-actions github-actions released this 01 Oct 04:53
6f1d9d7
Fix Docker ROCM builds, use AMDGPU_TARGETS instead of GPU_TARGETS (#9…