mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[Fix] Fix sequential runner (#1070)
This commit is contained in:
parent
004ed79593
commit
8fe7b271cc
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user