Unverified Commit 8017a590 authored by adismort14's avatar adismort14 Committed by GitHub
Browse files

Fixed typo in pipelines.md documentation (#27455)

Update pipelines.md
parent eb79b55b
...@@ -225,7 +225,7 @@ For users, a rule of thumb is: ...@@ -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 - **Measure performance on your load, with your hardware. Measure, measure, and keep measuring. Real numbers are the
only way to go.** 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 CPU, don't batch.
- If you are using throughput (you want to run your model on a bunch of static data), on GPU, then: - If you are using throughput (you want to run your model on a bunch of static data), on GPU, then:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment