Skip to content

Commit 62718b0

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docsrc/user_guide/dynamo_export.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ 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. For dynamic shapes, this should be a list of ``torch_tensorrt.Input`` objects.
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.
3132
* enabled_precisions - Set of precisions that TensorRT builder can use during optimization.
3233
* truncate_long_and_double - Truncates long and double values to int and floats respectively.
3334
* torch_executed_ops - Operators which are forced to be executed by Torch.

0 commit comments

Comments
 (0)