mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-01-26 17:20:01 +00:00
Compiler warning and white space
This commit is contained in:
@@ -2248,7 +2248,7 @@ void server_context::update_slots() {
|
|||||||
slot.cache_tokens.push_back(slot.sampled);
|
slot.cache_tokens.push_back(slot.sampled);
|
||||||
|
|
||||||
SLT_DBG(slot, "slot decode token, n_ctx = %d, n_tokens = %d, truncated = %d\n",
|
SLT_DBG(slot, "slot decode token, n_ctx = %d, n_tokens = %d, truncated = %d\n",
|
||||||
slot.n_ctx, slot.cache_tokens.size(), slot.truncated);
|
(int)slot.n_ctx, (int)slot.cache_tokens.size(), (int)slot.truncated);
|
||||||
}
|
}
|
||||||
slot.n_past = slot.cache_tokens.n_tokens();
|
slot.n_past = slot.cache_tokens.n_tokens();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user