Make rollout completion tokens configurable
This commit is contained in:
@@ -134,7 +134,7 @@ def run_alfworld_batch(
|
||||
out_root: str = "",
|
||||
max_api_workers: int = 8,
|
||||
temperature: float = 0.4,
|
||||
max_completion_tokens: int = 2048,
|
||||
max_completion_tokens: int = 16384,
|
||||
diagnostic_mode: bool = False,
|
||||
diagnostic_instruction: str = "",
|
||||
result_ids: list[str] | None = None,
|
||||
|
||||
Reference in New Issue
Block a user