Skip to content

Commit

Permalink
remove support for dvc machine
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla committed Aug 11, 2023
1 parent bee04c6 commit a051b8b
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 1,794 deletions.
2 changes: 0 additions & 2 deletions dvc/cli/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
install,
ls,
ls_url,
machine,
metrics,
move,
params,
Expand Down Expand Up @@ -89,7 +88,6 @@
stage,
experiments,
check_ignore,
machine,
data,
]

Expand Down
10 changes: 0 additions & 10 deletions dvc/commands/experiments/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def run(self):
jobs=self.args.jobs,
params=self.args.set_param,
tmp_dir=self.args.tmp_dir,
machine=self.args.machine,
copy_paths=self.args.copy_paths,
message=self.args.message,
**self._common_kwargs,
Expand Down Expand Up @@ -90,15 +89,6 @@ def _add_run_common(parser):
"your workspace."
),
)
parser.add_argument(
"--machine",
default=None,
help=argparse.SUPPRESS,
# help=(
# "Run this experiment on the specified 'dvc machine' instance."
# )
# metavar="<name>",
)
parser.add_argument(
"-C",
"--copy-paths",
Expand Down
Loading

0 comments on commit a051b8b

Please sign in to comment.