]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
perplexity : update comments/error msg to use decode [no ci] (#15227)
authorDaniel Bevenius <redacted>
Mon, 11 Aug 2025 08:21:24 +0000 (10:21 +0200)
committerGitHub <redacted>
Mon, 11 Aug 2025 08:21:24 +0000 (11:21 +0300)
commit1ebbaddff2a44b0599df659175d3274bd5bbeb81
tree1c873f442e2ca7e236b5976c4d4097afea8214cd
parenta3a7874272e5a060079658eb5cca4617b7f99062
perplexity : update comments/error msg to use decode [no ci] (#15227)

This commit updates comments and error messages to use "decode" instead
of "eval" in perplexity.cpp.

The motivation for this is that `llama_eval` was renamed to
`llama_decode` a while ago, but the comments and error messages
still referred to "eval". This change ensures consistency and clarity.
tools/perplexity/perplexity.cpp