We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c26242d + 6e67e93 commit 69d2313Copy full SHA for 69d2313
src/nvidia_resiliency_ext/fault_tolerance/config.py
@@ -229,10 +229,6 @@ def from_args(args: argparse.Namespace):
229
ft_cfg._fix_log_level_type()
230
ft_cfg._fix_rank_termination_signal_type()
231
232
- # If we didn't read from file and no CLI args were provided, raise an error
233
- if not (is_read_from_file or cli_ft_args):
234
- raise ValueError("No fault tolerance configuration provided.")
235
-
236
return ft_cfg
237
238
def to_yaml_file(self, cfg_path: str) -> None:
0 commit comments