Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/nvidia_resiliency_ext/fault_tolerance/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,6 @@ def from_args(args: argparse.Namespace):
ft_cfg._fix_log_level_type()
ft_cfg._fix_rank_termination_signal_type()

# If we didn't read from file and no CLI args were provided, raise an error
if not (is_read_from_file or cli_ft_args):
raise ValueError("No fault tolerance configuration provided.")

return ft_cfg

def to_yaml_file(self, cfg_path: str) -> None:
Expand Down