fixed editor config check

This commit is contained in:
l3utterfly 2024-01-31 10:39:13 +09:00
parent d33f030896
commit a5c3f30cb6

View file

@ -336,4 +336,4 @@ void llama_sampling_rollback(
}
ctx_sampling->prev.erase(ctx_sampling->prev.end() - rollback_num, ctx_sampling->prev.end());
}
}