]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : add DRY sampler (#9702)
authorwwoodsTM <redacted>
Fri, 25 Oct 2024 16:07:34 +0000 (10:07 -0600)
committerGitHub <redacted>
Fri, 25 Oct 2024 16:07:34 +0000 (19:07 +0300)
commitff252ea48e90e6552010fd74584334fb41bdd387
tree36100b3395616fde223a7e2c26a5c5f7610f446c
parentd80fb71f8b8bf69ec095ba281f8248d136d21c76
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 <redacted>
Co-authored-by: pi6am <redacted>
17 files changed:
common/arg.cpp
common/common.cpp
common/common.h
common/sampling.cpp
examples/main/README.md
examples/server/README.md
examples/server/public/index-new.html
examples/server/public/index.html
examples/server/public/style.css [changed mode: 0755->0644]
examples/server/server.cpp
include/llama.h
src/llama-sampling.cpp
src/llama-sampling.h
src/llama-vocab.cpp
src/llama-vocab.h
src/llama.cpp
tests/test-sampling.cpp