Skip to content

Commit cc7952b

Browse files
committed
cont : remove outdated comment
1 parent 4fc4b0d commit cc7952b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/llama-context.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2042,7 +2042,6 @@ void llama_context::opt_epoch_iter(
20422042

20432043
uint32_t n_outputs_all = n_tokens_all;
20442044

2045-
// TODO: fix
20462045
auto mstate = memory->init_batch(*balloc, cparams.n_ubatch, true);
20472046
if (!mstate || mstate->get_status() != LLAMA_MEMORY_STATUS_SUCCESS) {
20482047
LLAMA_LOG_ERROR("%s: could not initialize batch\n", __func__);

0 commit comments

Comments
 (0)