Skip to content

Commit c9dd782

Browse files
authored
Add backend in common readme in torch.spawn (#335)
1 parent ee6b2c4 commit c9dd782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/template-common/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ nproc_per_node: #:::= it.nproc_per_node :::#
187187
python main.py config.yaml --backend #:::= it.backend :::# [--override_arg=value]
188188

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

192192
#::: } else { :::#
193193
python main.py config.yaml --backend #:::= it.backend :::#

0 commit comments

Comments
 (0)