Skip to content

Commit

Permalink
Update docs/source/en/pipeline_tutorial.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lysandre Debut <[email protected]>
  • Loading branch information
sanchit-gandhi and LysandreJik authored Sep 29, 2023
1 parent ae8e277 commit 3c097c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/pipeline_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ transcriber(
)
```

If you want to iterate over a whole dataset, or want to use it for inference in a webserver, check out the dedicated parts
Pipelines are great for experimentation as switching from one model to another is trivial; however, there are some ways to optimize them for larger workloads than experimentation. See the following guides that dive into iterating over whole datasets or using pipelines in a webserver:
of the docs:
* [Using pipelines on a dataset](#using-pipelines-on-a-dataset)
* [Using pipelines for a webserver](./pipeline_webserver)
Expand Down

0 comments on commit 3c097c3

Please sign in to comment.