mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Textgen: Add skew sampling
Adds the option from skew sampling from exllamaV2 Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
		| @@ -746,7 +746,8 @@ async function CreateZenSliders(elmnt) { | ||||
|         sliderID == 'rep_pen_slope' || | ||||
|         sliderID == 'smoothing_factor_textgenerationwebui' || | ||||
|         sliderID == 'smoothing_curve_textgenerationwebui' || | ||||
|         sliderID == 'min_length_textgenerationwebui') { | ||||
|         sliderID == 'min_length_textgenerationwebui' || | ||||
|         sliderID == 'skew_textgenerationwebui') { | ||||
|         offVal = 0; | ||||
|     } | ||||
|     if (sliderID == 'rep_pen_textgenerationwebui' || | ||||
|   | ||||
		Reference in New Issue
	
	Block a user