Merge pull request #2266 from sasha0552/vllm-fixes

vLLM fixes
This commit is contained in:
Cohee
2024-05-19 14:23:07 +03:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -659,7 +659,7 @@ jQuery(function () {
'no_repeat_ngram_size_textgenerationwebui': 0,
'min_length_textgenerationwebui': 0,
'num_beams_textgenerationwebui': 1,
'length_penalty_textgenerationwebui': 0,
'length_penalty_textgenerationwebui': 1,
'penalty_alpha_textgenerationwebui': 0,
'typical_p_textgenerationwebui': 1, // Added entry
'guidance_scale_textgenerationwebui': 1,