Fixed typo in pipelines.md documentation (#27455)

Update pipelines.md
This commit is contained in:
adismort14 2023-11-13 23:20:40 +05:30 committed by GitHub
parent eb79b55bf3
commit 8017a59091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: