File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
*/
3
3
4
4
.sphx-glr-thumbcontainer {
5
- padding : 100 px ;
5
+ padding : 50 % ;
6
6
display : flex;
7
7
align-content : center;
8
8
}
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ Dynamo / ``torch.compile``
6
6
Torch-TensorRT provides a backend for the new ``torch.compile `` API released in PyTorch 2.0. In the following examples we describe
7
7
a number of ways you can leverage this backend to accelerate inference.
8
8
9
- * :ref: `dynamo_compile_resnet `: Compiling a ResNet model using the Dyanmo Compile Frontend for ``torch_tensorrt.compile ``
9
+ * :ref: `dynamo_compile_resnet `: Compiling a ResNet model using the Dynamo Compile Frontend for ``torch_tensorrt.compile ``
10
10
* :ref: `torch_compile_transformer `: Compiling a Transformer model using ``torch.compile ``
11
11
* :ref: `dynamo_compile_advanced_usage `: Advanced usage including making a custom backend to use directly with the ``torch.compile `` API
You can’t perform that action at this time.
0 commit comments