Skip to content

Commit 11b4019

Browse files
authored
Merge pull request #71 from tsisw/memory-crash
@FIR-1044 - lama.cpp: its crashing for new model due to recent bug
2 parents 3b74066 + 9ab4b3c commit 11b4019

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/main/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ int main(int argc, char ** argv) {
290290
auto formatted = common_chat_format_single(chat_templates.get(), chat_msgs, new_msg, role == "user", g_params->use_jinja);
291291
chat_msgs.push_back(new_msg);
292292
LOG_DBG("formatted: '%s'\n", formatted.c_str());
293-
ggml_backend_cleanup();
294293
return formatted;
295294
};
296295

0 commit comments

Comments
 (0)