Skip to content

Commit

Permalink
ref: move deprecation note from exp run --jobs to
Browse files Browse the repository at this point in the history
`--run-all` per #3715 (review)
  • Loading branch information
jorgeorpinel committed Aug 25, 2022
1 parent 3f7fd5e commit 26d28e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/docs/command-reference/exp/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <number>`, `--jobs <number>` - run this `number` of queued experiments in
parallel. Only has an effect along with `--run-all`. Defaults to 1 (the queue
is processed serially).

<admon type="warn">

`dvc exp run --run-all [--jobs]` is now a shortcut for
Expand All @@ -114,6 +110,10 @@ committing them to the Git repo. Unnecessary ones can be [cleared] with

</admon>

- `-j <number>`, `--jobs <number>` - 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 <commit>`, `--rev <commit>` - resume an experiment from a specific
checkpoint name or hash (`commit`) in `--queue` or `--temp` runs.

Expand Down

0 comments on commit 26d28e8

Please sign in to comment.