We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0dbbf9 commit 5fc69a5Copy full SHA for 5fc69a5
test/common/uc_eval/utils/config_loader.py
@@ -201,7 +201,7 @@ def create_task(
201
if data_type == DatasetType.SYNTHETIC:
202
client_kwargs["max_parallel"] = max(perf_config.parallel_num)
203
else:
204
- client_kwargs["parallel_num"] = (
+ client_kwargs["max_parallel"] = (
205
perf_config.parallel_num if perf_config else eval_config.parallel_num
206
)
207
return (
0 commit comments