Skip to content

Commit f6d7495

Browse files
committed
fix lint
1 parent e4730ce commit f6d7495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3197,7 +3197,7 @@ struct server_context {
31973197
slot.n_prompt_tokens = prompt_tokens.size();
31983198

31993199
SLT_WRN(slot, "input truncated, n_ctx = %d, n_keep = %d, n_left = %d, n_prompt_tokens = %d\n", slot.n_ctx, slot.params.n_keep, n_left, slot.n_prompt_tokens);
3200-
3200+
32013201
// Warn specifically for embedding tasks about potential quality impact
32023202
if (slot.need_embd()) {
32033203
SLT_WRN(slot, "%s", "WARNING: Embedding input was truncated. The resulting embedding may not fully represent the original input. Consider increasing context size or reducing input length for better embedding quality.");

0 commit comments

Comments
 (0)