Skip to content

Commit 8f3ecd7

Browse files
data-pipelineing example added (#17)
* data-pipelineing * added links to other pages * updated with feedback * updated with feedback * updated with feedback * updated with feedback
1 parent 03bdfbc commit 8f3ecd7

11 files changed

Lines changed: 963 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"grammarly.selectors": [
3+
{
4+
"language": "python",
5+
"scheme": "file",
6+
"pattern": "Feature_Guide/Data_Pipelines/client.py"
7+
}
8+
]
9+
}

Conceptual_Guide/Part_5-Model_Ensembles/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ sequenceDiagram
7474
```
7575
Let's go over how to create a Triton model ensemble.
7676

77+
**Note:** If you are looking for an example to understand how the data flows through the ensemble, [refer this tutorial](../../Feature_Guide/Data_Pipelines/README.md)!
78+
7779
## Deploy Base Models
7880
The first step is to deploy the text detection and text recognition models as regular Triton models, just as we've done in the past. For a detailed overview of deploying models to Triton, see [Part 1](../Part_1-model_deployment/README.md) of this tutorial. For convenience, we've included two shell scripts for exporting these models.
7981

0 commit comments

Comments
 (0)