mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
update
This commit is contained in:
parent
1d516721d9
commit
24cb73f7b8
@ -195,7 +195,7 @@ class DLCRunner(BaseRunner):
|
|||||||
|
|
||||||
pre_cmd = self.aliyun_cfg.get('pre_cmd')
|
pre_cmd = self.aliyun_cfg.get('pre_cmd')
|
||||||
if pre_cmd is not None:
|
if pre_cmd is not None:
|
||||||
shell_cmd = pre_cmd + ' ' + shell_cmd
|
shell_cmd = pre_cmd + '; ' + shell_cmd
|
||||||
|
|
||||||
tmpl = (
|
tmpl = (
|
||||||
f'dlc {dlc_job_cmd}'
|
f'dlc {dlc_job_cmd}'
|
||||||
|
Loading…
Reference in New Issue
Block a user