diff --git a/src/llama-calrt.cpp b/src/llama-calrt.cpp index 0dd65366a7390fc29423281f515f29406003de51..845d1df3b3e3ac5df45404b08909c5941ea49e54 100644 --- a/src/llama-calrt.cpp +++ b/src/llama-calrt.cpp @@ -133,7 +133,7 @@ int calrt_context::decode(const llama_batch & batch_inp) { // require that all tokens are output if (n_outputs_all != n_tokens_all) { LLAMA_LOG_ERROR( - "%s: pooled embedding requires that all tokens are output (n_outputs_all = %d, n_tokens_all = %d)\n", + "%s: pooled embedding requires that all tokens are eoutput (n_outputs_all = %d, n_tokens_all = %d)\n", __func__, n_outputs_all, n_tokens_all); return -1; }