From 26d28e8b4dae92ff3100b7a8ebf5d2bfbd36272a Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Perez Date: Thu, 25 Aug 2022 00:48:05 -0400 Subject: [PATCH] ref: move deprecation note from `exp run --jobs` to `--run-all` per https://github.com/iterative/dvc.org/pull/3715#pullrequestreview-1034880424 --- content/docs/command-reference/exp/run.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/command-reference/exp/run.md b/content/docs/command-reference/exp/run.md index 96d7851b81..53ea9d37b8 100644 --- a/content/docs/command-reference/exp/run.md +++ b/content/docs/command-reference/exp/run.md @@ -102,10 +102,6 @@ committing them to the Git repo. Unnecessary ones can be [cleared] with workspace (in `.dvc/tmp/exps`). Use `-j` to execute them [in parallel](#queueing-and-parallel-execution). -- `-j `, `--jobs ` - run this `number` of queued experiments in - parallel. Only has an effect along with `--run-all`. Defaults to 1 (the queue - is processed serially). - `dvc exp run --run-all [--jobs]` is now a shortcut for @@ -114,6 +110,10 @@ committing them to the Git repo. Unnecessary ones can be [cleared] with +- `-j `, `--jobs ` - run this `number` of queued experiments in + parallel. Only has an effect along with `--run-all`. Defaults to 1 (the queue + is processed serially). + - `-r `, `--rev ` - resume an experiment from a specific checkpoint name or hash (`commit`) in `--queue` or `--temp` runs.