Skip to content

Commit

Permalink
fix sequential runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Leymore committed Apr 23, 2024
1 parent 004ed79 commit 1c51422
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opencompass/runners/slurm_sequential.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ def _launch(self, cfg: ConfigDict, child_conn: Pipe = None):
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,
Expand Down

0 comments on commit 1c51422

Please sign in to comment.