From 532efbbae53297ab89acc62d2dad9e303dd54eae Mon Sep 17 00:00:00 2001 From: welisheva22 Date: Wed, 14 Aug 2024 01:37:56 -0400 Subject: [PATCH] Update production.rst ---- add hyphens (#1148) Changed "End to End" to "End-to-End" Signed-off-by: welisheva22 --- docs/docs/production.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/production.rst b/docs/docs/production.rst index a5d5e1aa6..846d6a1e9 100644 --- a/docs/docs/production.rst +++ b/docs/docs/production.rst @@ -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: