Skip to content

Commit

Permalink
Update distributed training CLI to add "ray" framework. (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuosier authored Oct 16, 2023
2 parents 9018bde + dd2b4b3 commit ca6d812
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ads/opctl/distributed/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ def commands():
"-f",
help="Distributed training framework type",
type=click.Choice(
["dask", "horovod-tensorflow", "horovod-pytorch", "pytorch", "tensorflow"]
[
"dask",
"horovod-tensorflow",
"horovod-pytorch",
"pytorch",
"tensorflow",
"ray",
]
),
default=None,
required=True,
Expand Down

0 comments on commit ca6d812

Please sign in to comment.