convert to 8 generation

This commit is contained in:
Tong Li 2025-03-13 16:49:02 +08:00
parent afddfde2dd
commit 4702d57841

View File

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