Skip to content

Commit

Permalink
refactor: using dynamic sizing for css and some typos
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]>
  • Loading branch information
narendasan authored and gs-olive committed Jul 25, 2023
1 parent 0ac791f commit ec35106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docsrc/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*/

.sphx-glr-thumbcontainer {
padding: 100px;
padding: 50%;
display: flex;
align-content: center;
}
2 changes: 1 addition & 1 deletion examples/dynamo/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Dynamo / ``torch.compile``
Torch-TensorRT provides a backend for the new ``torch.compile`` API released in PyTorch 2.0. In the following examples we describe
a number of ways you can leverage this backend to accelerate inference.

* :ref:`dynamo_compile_resnet`: Compiling a ResNet model using the Dyanmo Compile Frontend for ``torch_tensorrt.compile``
* :ref:`dynamo_compile_resnet`: Compiling a ResNet model using the Dynamo Compile Frontend for ``torch_tensorrt.compile``
* :ref:`torch_compile_transformer`: Compiling a Transformer model using ``torch.compile``
* :ref:`dynamo_compile_advanced_usage`: Advanced usage including making a custom backend to use directly with the ``torch.compile`` API

0 comments on commit ec35106

Please sign in to comment.