From c0cbf1b541c173f0b7fdd001ffd37216c08508e6 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Sun, 11 Apr 2021 08:20:59 -0500 Subject: [PATCH] ref: tmp dirs in with/our --jobs rel https://github.com/iterative/dvc.org/pull/2368#pullrequestreview-633929877 --- content/docs/command-reference/exp/run.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/command-reference/exp/run.md b/content/docs/command-reference/exp/run.md index 87b324c989..15bdbe8421 100644 --- a/content/docs/command-reference/exp/run.md +++ b/content/docs/command-reference/exp/run.md @@ -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 -workspace (in a temporary dir in `.dvc/tmp/exps`), so you can +workspace (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