1
0
Fork 0
mirror of https://gitlab.com/niansa/discord_llama.git synced 2025-03-06 20:48:25 +01:00

Fixed compile error

This commit is contained in:
niansa 2023-04-23 20:34:57 +02:00
parent fba02eca47
commit cd2b7183a8

View file

@ -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);