Skip to content

Commit

Permalink
ref: don't mention --temp in exp run Desc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Apr 9, 2021
1 parent af0389b commit 627faa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/command-reference/exp/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ execution. `dvc exp show` will mark queued experiments with an asterisk `*`.
Use `dvc exp run --run-all` to process the queue. Adding `-j` (`--jobs`),
experiment queues can be run in parallel for better performance. This creates a
temporary workspace copy for each subprocess (in `.dvc/tmp/exps`). See also the
`--temp` option. Queued (and temporary) experiment runs do not get applied to
the workspace like regular ones.
temporary workspace copy for each subprocess (in `.dvc/tmp/exps`). Queued (and
temporary) experiment runs do not get applied to the workspace like regular
ones.

⚠️ 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 627faa4

Please sign in to comment.