Skip to content

Commit 86ed1d2

Browse files
authored
chore: Fix formatting
1 parent c1a836e commit 86ed1d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docsrc/user_guide/dynamo_export.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ 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
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.
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.
3331
* enabled_precisions - Set of precisions that TensorRT builder can use during optimization.
3432
* truncate_long_and_double - Truncates long and double values to int and floats respectively.
3533
* torch_executed_ops - Operators which are forced to be executed by Torch.

0 commit comments

Comments
 (0)