We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3332bdd commit 7aa4d95Copy full SHA for 7aa4d95
1 file changed
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