Skip to content

Commit 4702d57

Browse files
author
Tong Li
committed
convert to 8 generation
1 parent afddfde commit 4702d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/ColossalChat/coati/distributed/inference_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class VLLMInferenceBackend(BaseInferenceBackend):
154154
)
155155
FORCE_GENERATE_CONFIG = dict(
156156
logprobs=0,
157-
n=4,
157+
n=8,
158158
)
159159

160160
def __init__(self, model_config: Dict[str, Any], generate_config: Dict[str, Any], tokenizer: PreTrainedTokenizer):

0 commit comments

Comments
 (0)