We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3051b0e commit 53a8504Copy full SHA for 53a8504
docsrc/tutorials/serving_torch_tensorrt_with_triton.rst
@@ -1,3 +1,5 @@
1
+.. _serving_torch_tensorrt_with_triton:
2
+
3
Serving a Torch-TensorRT model with Triton
4
==========================================
5
@@ -210,5 +212,5 @@ The output of the same should look like below:
210
212
b'8.234375:11']
211
213
214
The output format here is ``<confidence_score>:<classification_index>``.
-To learn how to map these to the label names and more, refer to our
215
+To learn how to map these to the label names and more, refer to Triton Inference Server's
216
`documentation <https://github.com/triton-inference-server/server/blob/main/docs/protocol/extension_classification.md>`__.
0 commit comments