From a5c3f30cb64a328c087662958ee87e75b8389a62 Mon Sep 17 00:00:00 2001 From: l3utterfly Date: Wed, 31 Jan 2024 10:39:13 +0900 Subject: [PATCH] fixed editor config check --- common/sampling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/sampling.cpp b/common/sampling.cpp index e9dfeb1e7..a5f1ccb30 100644 --- a/common/sampling.cpp +++ b/common/sampling.cpp @@ -336,4 +336,4 @@ void llama_sampling_rollback( } ctx_sampling->prev.erase(ctx_sampling->prev.end() - rollback_num, ctx_sampling->prev.end()); -} \ No newline at end of file +}