Skip to content

Commit

Permalink
Merge branch 'main' into unprotect-no-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Berenbaum authored Aug 11, 2023
2 parents 372b317 + a051b8b commit b1bf318
Show file tree
Hide file tree
Showing 22 changed files with 13 additions and 1,810 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 b1bf318

Please sign in to comment.