removed trailing whitespace
This commit is contained in:
parent
ea15108462
commit
5020d12e38
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue