Skip to content

Commit 7c99dbb

Browse files
authored
Merge branch 'main' into add-new-mi325x
2 parents 0b0466a + a5646c5 commit 7c99dbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/matrix-logic/generate_sweep_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ def generate_runner_model_sweep_config(args, all_config_data):
472472
f"Runner '{args.runner_type}' does not exist in runner config '{args.runner_config}'. Must choose from existing runner types: '{', '.join(runner_config.keys())}'.")
473473

474474
# Filter runner nodes if filter is specified
475-
if hasattr(args, 'runner_node_filter') and args.runner_node_filter:
475+
if args.runner_node_filter:
476476
runner_nodes = [node for node in runner_nodes if args.runner_node_filter in node]
477477
if not runner_nodes:
478478
raise ValueError(

0 commit comments

Comments
 (0)