You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Conceptual_Guide/Part_6-building_complex_pipelines/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@
28
28
29
29
# Building Complex Pipelines: Stable Diffusion
30
30
31
-
| Navigate to |[Part 5: Building Model Ensembles](../Part_5-Model_Ensembles/)|[Documentation: BLS](https://github.com/triton-inference-server/python_backend#business-logic-scripting)|
| Navigate to |[Part 5: Building Model Ensembles](../Part_5-Model_Ensembles/)|[Part 7: Iterative Scheduling Tutorial](./Part_7-iterative_scheduling)|[Documentation: BLS](https://github.com/triton-inference-server/python_backend#business-logic-scripting)|
**Watch [this explainer video](https://youtu.be/JgP2WgNIq_w) with discusses the pipeline, before proceeding with the example**. This example focuses on showcasing two of Triton Inference Server's features:
35
35
* Using multiple frameworks in the same inference pipeline. Refer [this for more information](https://github.com/triton-inference-server/backend#where-can-i-find-all-the-backends-that-are-available-for-triton) about supported frameworks.
Copy file name to clipboardExpand all lines: Conceptual_Guide/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,4 +39,4 @@ Conceptual guides have been designed as an onboarding experience to Triton Infer
39
39
*[Part 4: Accelerating Models](Part_4-inference_acceleration/): Another path towards achieving higher throughput is to accelerate the underlying models. This guide covers SDKs and tools which can be used to accelerate the models.
40
40
*[Part 5: Building Model Ensembles](./Part_5-Model_Ensembles/): Models are rarely used standalone. This guide will cover "how to build a deep learning inference pipeline?"
41
41
*[Part 6: Using the BLS API to build complex pipelines](Part_6-building_complex_pipelines/): Often times there are scenarios where the pipeline requires control flows. Learn how to work with complex pipelines with models deployed on different backends.
42
-
42
+
*[Part 7: Iterative Scheduling Tutorial](./Part_7-iterative_scheduling): Shows how to use the Triton Iterative Scheduler with a GPT2 model using HuggingFace Transformers.
0 commit comments