Skip to content

amending triton deployment docs #1126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docsrc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Getting Started
* :ref:`use_from_pytorch`
* :ref:`runtime`
* :ref:`using_dla`
* :ref:`deploy_torch_tensorrt_to_triton`
* :ref:`serving_torch_tensorrt_with_triton`

.. toctree::
:caption: Getting Started
Expand All @@ -44,7 +44,7 @@ Getting Started
tutorials/use_from_pytorch
tutorials/runtime
tutorials/using_dla
tutorials/deploy_torch_tensorrt_to_triton
tutorials/serving_torch_tensorrt_with_triton

.. toctree::
:caption: Notebooks
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Deploying a Torch-TensorRT model (to Triton)
============================================
.. _serving_torch_tensorrt_with_triton:

Serving a Torch-TensorRT model with Triton
==========================================

Optimization and deployment go hand in hand in a discussion about Machine
Learning infrastructure. Once network level optimzation are done
Expand Down Expand Up @@ -210,5 +212,5 @@ The output of the same should look like below:
b'8.234375:11']

The output format here is ``<confidence_score>:<classification_index>``.
To learn how to map these to the label names and more, refer to our
To learn how to map these to the label names and more, refer to Triton Inference Server's
`documentation <https://github.com/triton-inference-server/server/blob/main/docs/protocol/extension_classification.md>`__.