From 5020d12e389045939d03028d30b2db06260d9e28 Mon Sep 17 00:00:00 2001 From: l3utterfly Date: Tue, 16 Jan 2024 21:36:59 +0900 Subject: [PATCH] removed trailing whitespace --- common/sampling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/sampling.cpp b/common/sampling.cpp index 6bc2407a3..b94aeca35 100644 --- a/common/sampling.cpp +++ b/common/sampling.cpp @@ -144,7 +144,7 @@ static void sampler_queue( case 'y': llama_sample_typical (ctx_main, &cur_p, typical_p, min_keep); break; case 'p': llama_sample_top_p (ctx_main, &cur_p, top_p, min_keep); break; case 'm': llama_sample_min_p (ctx_main, &cur_p, min_p, min_keep); break; - + case 't': if (dynatemp_range>0) {