Skip to content

Commit

Permalink
Add backend in common readme in torch.spawn (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
guptaaryan16 authored Oct 3, 2023
1 parent ee6b2c4 commit c9dd782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/template-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ nproc_per_node: #:::= it.nproc_per_node :::#
python main.py config.yaml --backend #:::= it.backend :::# [--override_arg=value]

#::: } else if ((it.argparser == 'hydra')) { :::#
python main.py --config-dir=[dir-path] --config-name=[config-name] override_arg=[value]
python main.py ++backend #:::= it.backend :::# --config-dir=[dir-path] --config-name=[config-name] override_arg=[value]

#::: } else { :::#
python main.py config.yaml --backend #:::= it.backend :::#
Expand Down

0 comments on commit c9dd782

Please sign in to comment.