Skip to content

Commit

Permalink
Fixed typo in pipelines.md documentation (huggingface#27455)
Browse files Browse the repository at this point in the history
Update pipelines.md
  • Loading branch information
adismort14 authored and EduardoPach committed Nov 19, 2023
1 parent eb06f7e commit ff3c09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/main_classes/pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ For users, a rule of thumb is:

- **Measure performance on your load, with your hardware. Measure, measure, and keep measuring. Real numbers are the
only way to go.**
- If you are latency constrained (live product doing inference), don't batch
- If you are latency constrained (live product doing inference), don't batch.
- If you are using CPU, don't batch.
- If you are using throughput (you want to run your model on a bunch of static data), on GPU, then:

Expand Down

0 comments on commit ff3c09a

Please sign in to comment.