Skip to content

Commit 109b606

Browse files
author
Ziqun Ye
committed
adding model command
1 parent 1c3969f commit 109b606

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ads/opctl/cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
import ads.opctl.conda.cli
3434
import ads.opctl.spark.cli
35+
import ads.opctl.model.cli
3536
import ads.opctl.distributed.cli
3637

3738

@@ -520,6 +521,7 @@ def predict(**kwargs):
520521

521522

522523
commands.add_command(ads.opctl.conda.cli.commands)
524+
commands.add_command(ads.opctl.model.cli.commands)
523525
commands.add_command(ads.opctl.spark.cli.commands)
524526
commands.add_command(ads.opctl.distributed.cli.commands)
525527

0 commit comments

Comments
 (0)