We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc4b0d commit cc7952bCopy full SHA for cc7952b
src/llama-context.cpp
@@ -2042,7 +2042,6 @@ void llama_context::opt_epoch_iter(
2042
2043
uint32_t n_outputs_all = n_tokens_all;
2044
2045
- // TODO: fix
2046
auto mstate = memory->init_batch(*balloc, cparams.n_ubatch, true);
2047
if (!mstate || mstate->get_status() != LLAMA_MEMORY_STATUS_SUCCESS) {
2048
LLAMA_LOG_ERROR("%s: could not initialize batch\n", __func__);
0 commit comments