From cd2b7183a8c0ad5d324a9f74dbae7dd62fcd157f Mon Sep 17 00:00:00 2001 From: niansa Date: Sun, 23 Apr 2023 20:34:57 +0200 Subject: [PATCH] Fixed compile error --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 183e681..56bc6db 100644 --- a/main.cpp +++ b/main.cpp @@ -176,7 +176,7 @@ class Bot { } // Must run in llama thread - void llm_restart(LM::Inference& llm) { + void llm_restart(LM::Inference& inference) { // Deserialize init cache std::ifstream f("init_cache", std::ios::binary); inference.deserialize(f);