Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b64b6da

Browse files
authoredMar 25, 2024
fix sphinx warnings (#349)
1 parent b0045a5 commit b64b6da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎examples/preprocessing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2727
-->
2828

29-
# **Preprocessing Using Python Backend Example**
29+
# Preprocessing Using Python Backend Example
3030
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.
3131

3232
**1. Converting PyTorch Model to ONNX format:**

‎inferentia/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ and the [Neuron Runtime](https://awsdocs-neuron.readthedocs-hosted.com/en/latest
3434

3535
## Table of Contents
3636

37-
- [Using Triton with Inferentia](#using-triton-with-inferentia)
37+
- [Using Triton with Inferentia 1](#using-triton-with-inferentia-1)
3838
- [Table of Contents](#table-of-contents)
3939
- [Inferentia setup](#inferentia-setup)
4040
- [Setting up the Inferentia model](#setting-up-the-inferentia-model)

0 commit comments

Comments
 (0)