From 8fe7b271cc72f9d65b7404c58038609eac048cb4 Mon Sep 17 00:00:00 2001 From: Fengzhe Zhou Date: Tue, 23 Apr 2024 11:31:10 +0800 Subject: [PATCH] [Fix] Fix sequential runner (#1070) --- opencompass/runners/slurm_sequential.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opencompass/runners/slurm_sequential.py b/opencompass/runners/slurm_sequential.py index cf61f23b..3b4dcad5 100644 --- a/opencompass/runners/slurm_sequential.py +++ b/opencompass/runners/slurm_sequential.py @@ -188,7 +188,6 @@ class SlurmSequentialRunner(BaseRunner): tmpl += f' --gres=gpu:{num_gpus}' for extra_cmd in self.extra_command: tmpl += f' {extra_cmd}' - tmpl += ' -x HOST-10-140-60-7' tmpl += f" -N1 -u -J '{task_name[:512]}'" + ' {task_cmd}' get_cmd = partial(task.get_command, cfg_path=param_file,