Remove incorrect chunk_size parameter from retry function

This commit is contained in:
zhiqing0205 2025-02-22 23:36:24 +08:00
parent 3c2cd21c9f
commit efbe0c0598

View File

@ -448,8 +448,7 @@ def retry(
repetition_penalty, repetition_penalty,
max_length_tokens, max_length_tokens,
max_context_length_tokens, max_context_length_tokens,
model_select_dropdown, model_select_dropdown
args.chunk_size
) )