Skip to content

Commit 53a8504

Browse files
committed
amending triton deployment docs
1 parent 3051b0e commit 53a8504

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docsrc/tutorials/serving_torch_tensorrt_with_triton.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _serving_torch_tensorrt_with_triton:
2+
13
Serving a Torch-TensorRT model with Triton
24
==========================================
35

@@ -210,5 +212,5 @@ The output of the same should look like below:
210212
b'8.234375:11']
211213

212214
The output format here is ``<confidence_score>:<classification_index>``.
213-
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
214216
`documentation <https://github.com/triton-inference-server/server/blob/main/docs/protocol/extension_classification.md>`__.

0 commit comments

Comments
 (0)