sotastream.cli module
- sotastream.cli.add_global_args(parser: ArgumentParser)[source]
Add global arguments to the parser. These appear before the pipeline argument and are available to all pipelines.
- Parameters:
parser – The parser to add the options to.
- sotastream.cli.adjustSeed(seed, local_num_instances, local_instance_rank)[source]
Adjust seed for infinibatch such that each instance gets a different one based on process number and MPI coordinates.