Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
8017a590
Unverified
Commit
8017a590
authored
Nov 13, 2023
by
adismort14
Committed by
GitHub
Nov 13, 2023
Browse files
Fixed typo in pipelines.md documentation (#27455)
Update pipelines.md
parent
eb79b55b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/en/main_classes/pipelines.md
docs/source/en/main_classes/pipelines.md
+1
-1
No files found.
docs/source/en/main_classes/pipelines.md
View file @
8017a590
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment