Skip to content

Commit 8d8bd44

Browse files
authored
docs: Clarify meanings of ensemble key and value (#7711)
1 parent 32d78e4 commit 8d8bd44

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/user_guide/architecture.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
# Copyright 2018-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# Copyright 2018-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions
@@ -806,6 +806,13 @@ performance, you can use
806806
[Model Analyzer](https://github.com/triton-inference-server/model_analyzer)
807807
to find the optimal model configurations.
808808

809+
When crafting the ensemble steps, it is useful to note the distinction between
810+
*key* and *value* on the `input_map`/`output_map`:
811+
* *key*: An `input`/`output` tensor name on the composing model.
812+
* *value*: A tensor name on the ensemble model, which acts as an identifier
813+
connecting ensemble `input`/`output` to those on the composing model and between
814+
composing models.
815+
809816
#### Additional Resources
810817

811818
You can find additional end-to-end ensemble examples in the links below:

0 commit comments

Comments
 (0)