Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/asr-pipe-error' into asr-pipe-error
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchit-gandhi committed Sep 29, 2023
2 parents 3a55a63 + 3c097c3 commit cd6e635
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 @@ -84,7 +84,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 cd6e635

Please sign in to comment.