Remove unused beam search

This commit is contained in:
Cohee 2024-09-14 16:41:22 +03:00
parent 28837ff883
commit f0d361bc7a

View File

@ -123,7 +123,6 @@ const settings = {
rep_pen_slope: 1, rep_pen_slope: 1,
no_repeat_ngram_size: 0, no_repeat_ngram_size: 0,
penalty_alpha: 0, penalty_alpha: 0,
use_beam_search: false,
num_beams: 1, num_beams: 1,
length_penalty: 1, length_penalty: 1,
min_length: 0, min_length: 0,