]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
rerank : use [SEP] token instead of [BOS] (#9737)
authorGeorgi Gerganov <redacted>
Sat, 5 Oct 2024 12:55:04 +0000 (15:55 +0300)
committerGitHub <redacted>
Sat, 5 Oct 2024 12:55:04 +0000 (15:55 +0300)
commit8c475b97b8ba7d678d4c9904b1161bd8811a9b44
tree48b413c265fbde568af1e5868479543bdeebe28e
parent58b16695e146628481c6b9b8a3b101c0c9bac00f
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
ci/run.sh
common/common.cpp
examples/server/server.cpp
src/llama-vocab.h
src/llama.cpp