]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
main : update log text (EOS to EOG) (#7104)
authorRhinoDevel <redacted>
Tue, 7 May 2024 17:51:31 +0000 (19:51 +0200)
committerGitHub <redacted>
Tue, 7 May 2024 17:51:31 +0000 (20:51 +0300)
commit3af34c1d1b0da47f85b95f60922abeded1cb5d33
tree9fc0f140faa7649168b772cee93c3fa607d1262f
parent04976db7a819fcf8bfefbfc09a3344210b79dd27
main : update log text (EOS to EOG) (#7104)

* Update log text (EOS to EOG)

The log text "found EOS" is no longer always correct, here, because there is now an is-EOG check that also returns true for EOT.

* Improve log msg. further by using "an" instead of "some".

As suggested, to avoid misunderstanding (no multiple EOG tokens found, just one).
examples/main/main.cpp