]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
sampling: fix top_k <= 0 (#5388)
authorJohannes Gäßler <redacted>
Thu, 8 Feb 2024 08:46:30 +0000 (09:46 +0100)
committerGitHub <redacted>
Thu, 8 Feb 2024 08:46:30 +0000 (09:46 +0100)
commit26d4efd11e48908e14e2ee9471a7fc4c57079a1d
tree04c16bf0611e416a0f5a792672f276a3cc55af7f
parent8504d2d0da8cc7a1f2eee0e9e56949f960510b75
sampling: fix top_k <= 0 (#5388)

* sampling: fix top_k <= 0

* Update llama.cpp

Co-authored-by: Georgi Gerganov <redacted>
---------

Co-authored-by: Georgi Gerganov <redacted>
common/sampling.cpp
llama.cpp
tests/test-sampling.cpp