Skip to content

Commit

Permalink
Update production.rst ---- add hyphens (#1148)
Browse files Browse the repository at this point in the history
Changed "End to End" to "End-to-End"

Signed-off-by: welisheva22 <welisheva22@gmail.com>
  • Loading branch information
welisheva22 authored and csrajmohan committed Aug 29, 2024
1 parent e68a46a commit 532efbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/production.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ After obtaining predictions, they can be post-processed:
prediction = model.generate(result["source"])
processed_result = post_process(predictions=[prediction], data=[result])[0]
End to End Inference Pipeline
End-to-End Inference Pipeline
-----------------------------

You can also implement an end-to-end inference pipeline using your preferred data and an inference engine:
Expand Down

0 comments on commit 532efbb

Please sign in to comment.