convert to 8 generation

This commit is contained in:
Tong Li 2025-03-13 16:49:02 +08:00 committed by YeAnbang
parent a2ae82a417
commit 30c7ddd9f1

View File

@ -154,7 +154,7 @@ class VLLMInferenceBackend(BaseInferenceBackend):
) )
FORCE_GENERATE_CONFIG = dict( FORCE_GENERATE_CONFIG = dict(
logprobs=0, logprobs=0,
n=4, n=8,
) )
def __init__(self, model_config: Dict[str, Any], generate_config: Dict[str, Any], tokenizer: PreTrainedTokenizer): def __init__(self, model_config: Dict[str, Any], generate_config: Dict[str, Any], tokenizer: PreTrainedTokenizer):