Skip to content

Commit

Permalink
ref: exp run -j defaults to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Apr 11, 2021
1 parent 607a46e commit eab608f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/docs/command-reference/exp/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ CPU cores).
[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`.
parallel. Only has an effect along with `--run-all`. Defaults to 1 (the queue
is processed serially).

- `-r <commit>`, `--rev <commit>` - continue an experiment from a specific
checkpoint name or hash (`commit`). This is needed for example to resume
Expand Down

0 comments on commit eab608f

Please sign in to comment.