Skip to content

Commit

Permalink
ref: tmp dirs in with/our --jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Apr 11, 2021
1 parent eab608f commit c0cbf1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/command-reference/exp/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ execution. `dvc exp show` will mark queued experiments with an asterisk `*`.
> unless a `--rev` is provided (refer to the previous section).
Use `dvc exp run --run-all` to process the queue. This is done outside your
<abbr>workspace</abbr> (in a temporary dir in `.dvc/tmp/exps`), so you can
<abbr>workspace</abbr> (in temporary dirs in `.dvc/tmp/exps`), so you can
continue working on the project meanwhile (e.g. on another terminal). You can
run a single experiment outside the workspace with `dvc exp run --temp`.

Adding `-j` (`--jobs`), experiment queues can be run in parallel for better
performance (creates a tmp dir for each subprocess).
performance (creates a tmp dir for each job).

⚠️ Parallel runs are experimental and may be unstable at this time. ⚠️ Make sure
you're using a number of jobs that your environment can handle (no more than the
Expand Down

0 comments on commit c0cbf1b

Please sign in to comment.