Skip to content
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

Fix Sphinx warnings #349

Merged
merged 1 commit into from
Mar 25, 2024
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
2 changes: 1 addition & 1 deletion examples/preprocessing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->

# **Preprocessing Using Python Backend Example**
# Preprocessing Using Python Backend Example
This example shows how to preprocess your inputs using Python backend before it is passed to the TensorRT model for inference. This ensemble model includes an image preprocessing model (preprocess) and a TensorRT model (resnet50_trt) to do inference.

**1. Converting PyTorch Model to ONNX format:**
Expand Down
2 changes: 1 addition & 1 deletion inferentia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ and the [Neuron Runtime](https://awsdocs-neuron.readthedocs-hosted.com/en/latest

## Table of Contents

- [Using Triton with Inferentia](#using-triton-with-inferentia)
- [Using Triton with Inferentia 1](#using-triton-with-inferentia-1)
- [Table of Contents](#table-of-contents)
- [Inferentia setup](#inferentia-setup)
- [Setting up the Inferentia model](#setting-up-the-inferentia-model)
Expand Down
Loading