]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : require first token to be BOS (#1303)
authorGeorgi Gerganov <redacted>
Mon, 8 May 2023 14:41:54 +0000 (17:41 +0300)
committerGitHub <redacted>
Mon, 8 May 2023 14:41:54 +0000 (17:41 +0300)
commitf9a6364912fd0463fddfdbc9ef9f79fdc281570d
treedde30f98675c55b43ba0f14ad118c2f363616617
parent95078cc554fe03d4512363c7e4dec963f0047c72
llama : require first token to be BOS (#1303)

* llama : require first token to be BOS

* scripts : add ppl-run-all.sh

* perplexity : add BOS for each chunk

* readme : update perplexity values after BOS fix

* perplexity : add clarifying comments
.gitignore
README.md
examples/common.cpp
examples/main/main.cpp
examples/perplexity/perplexity.cpp
llama.cpp
scripts/ppl-run-all.sh [new file with mode: 0755]