Skip to content

Commit 939df32

Browse files
committed
chore: fix formatting
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 62718b0 commit 939df32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docsrc/user_guide/dynamo_export.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ Customizations
2727

2828
There are lot of options for users to customize their settings for optimizing with TensorRT.
2929
Some of the frequently used options are as follows:
30-
* inputs - For static shapes, this can be a list of torch tensors or `torch_tensorrt.Input` objects.
31-
For dynamic shapes, this should be a list of ``torch_tensorrt.Input`` objects.
30+
31+
32+
* inputs - For static shapes, this can be a list of torch tensors or `torch_tensorrt.Input` objects. For dynamic shapes, this should be a list of ``torch_tensorrt.Input`` objects.
3233
* enabled_precisions - Set of precisions that TensorRT builder can use during optimization.
3334
* truncate_long_and_double - Truncates long and double values to int and floats respectively.
3435
* torch_executed_ops - Operators which are forced to be executed by Torch.

0 commit comments

Comments
 (0)