Skip to content

Commit 17ed509

Browse files
committed
.
1 parent d5dbcd3 commit 17ed509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

areal/api/cli_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class GenerationHyperparameters:
185185
return_routed_experts: bool = field(
186186
default=False,
187187
metadata={
188-
"help": "Return routed expert indices for MoE models. This should not be manually set and will be handled internally."
188+
"help": "Return routed expert indices for MoE models. Effective only when using SGLang engine with MoE models and use_beam_search=False."
189189
},
190190
)
191191
# NOTE: to add new parameters, please correctly handle them in the `to_openai_args_dict` method.

0 commit comments

Comments
 (0)