From 24cb73f7b80d53cdb6edb95dad6ca2e240811c23 Mon Sep 17 00:00:00 2001 From: zhulinJulia24 Date: Tue, 20 May 2025 16:59:11 +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 7b25cd5a..0175697b 100644 --- a/opencompass/runners/dlc.py +++ b/opencompass/runners/dlc.py @@ -195,7 +195,7 @@ class DLCRunner(BaseRunner): pre_cmd = self.aliyun_cfg.get('pre_cmd') if pre_cmd is not None: - shell_cmd = pre_cmd + ' ' + shell_cmd + shell_cmd = pre_cmd + '; ' + shell_cmd tmpl = ( f'dlc {dlc_job_cmd}'