mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
some tweaks and cleanup
This commit is contained in:
parent
636beac6d2
commit
e77d566268
3 changed files with 8 additions and 4 deletions
|
@ -87,7 +87,7 @@ void llama_set_inputs(llama_context & lctx, const llama_ubatch & ubatch) {
|
|||
//GGML_ASSERT(lctx.inp_out_ids && "every model that can must skip unused outputs");
|
||||
|
||||
if (!lctx.inp_out_ids) {
|
||||
LLAMA_LOG_WARN("%s: 'lctx.inp_out_ids' is not created\n", __func__);
|
||||
//LLAMA_LOG_WARN("%s: 'lctx.inp_out_ids' is not created\n", __func__);
|
||||
} else {
|
||||
const int64_t n_tokens = ubatch.n_tokens;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue