From b1f0fc4ca204838724aadb115022773f8bc38f04 Mon Sep 17 00:00:00 2001 From: zhulinJulia24 Date: Thu, 22 May 2025 16:09:08 +0800 Subject: [PATCH] update --- opencompass/runners/dlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencompass/runners/dlc.py b/opencompass/runners/dlc.py index ca709042..6a82a8d6 100644 --- a/opencompass/runners/dlc.py +++ b/opencompass/runners/dlc.py @@ -211,7 +211,7 @@ class DLCRunner(BaseRunner): f' --worker_gpu {num_gpus}' f' --worker_memory {max(num_gpus * 128, worker_memory)}Gi' f''' --worker_image {self.aliyun_cfg['worker_image']}''' - f''' --data_sources={','.join(self.aliyun_cfg['data_sources'])}''' + f''' --data_sources={','.join(self.aliyun_cfg['data_sources'])}''' # noqa: E501 f''' --enable_priority_preemption={self.preemptible}''') get_cmd = partial(task.get_command, cfg_path=param_file,