Skip to content

Commit 966d9fc

Browse files
committed
refactor: using dynamic sizing for css and some typos
Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
1 parent 900d1bc commit 966d9fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docsrc/_static/css/custom.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*/
33

44
.sphx-glr-thumbcontainer {
5-
padding: 100px;
5+
padding: 50%;
66
display: flex;
77
align-content: center;
88
}

examples/dynamo/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Dynamo / ``torch.compile``
66
Torch-TensorRT provides a backend for the new ``torch.compile`` API released in PyTorch 2.0. In the following examples we describe
77
a number of ways you can leverage this backend to accelerate inference.
88

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``
1010
* :ref:`torch_compile_transformer`: Compiling a Transformer model using ``torch.compile``
1111
* :ref:`dynamo_compile_advanced_usage`: Advanced usage including making a custom backend to use directly with the ``torch.compile`` API

0 commit comments

Comments
 (0)