Skip to content

Commit

Permalink
removed the title and example
Browse files Browse the repository at this point in the history
format the running experiments
  • Loading branch information
iesahin committed Oct 24, 2021
1 parent 2b49380 commit 24acd69
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,8 @@ $ dvc exp run --all-pipelines
> Note that the order in which pipelines are executed is not guaranteed; Only
> the internal order of stage execution is.
### Running pipelines recursively

When your pipeline is defined in recursive subfolders, you can selectively run
them using the `--recursive` option.

```dvc
$ dvc exp run --recursive dir/
```

It will run all the pipelines under `dir/`, and its subdirectories.
> ℹ️ When your pipeline is defined in recursive subfolders, you can selectively
> run them using the `--recursive` option.
### Running stages interactively

Expand Down

0 comments on commit 24acd69

Please sign in to comment.