Skip to content

Commit c1a836e

Browse files
committed
chore: fix bulleting
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 305af04 commit c1a836e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docsrc/user_guide/dynamo_export.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Customizations
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:
3030
* inputs
31-
- For static shapes, this can be a list of a) torch tensors or b) `torch_tensorrt.Input` objects
32-
- For dynamic shapes, this should be a list of ``torch_tensorrt.Input`` objects.
31+
a) For static shapes, this can be a list of a) torch tensors or b) `torch_tensorrt.Input` objects
32+
b) For dynamic shapes, this should be a list of ``torch_tensorrt.Input`` objects.
3333
* enabled_precisions - Set of precisions that TensorRT builder can use during optimization.
3434
* truncate_long_and_double - Truncates long and double values to int and floats respectively.
3535
* torch_executed_ops - Operators which are forced to be executed by Torch.

0 commit comments

Comments
 (0)