Skip to content

Commit c526b29

Browse files
authored
Corrected a typo, which was raising an error (#1694)
1 parent a98cb3e commit c526b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsrc/tutorials/use_from_pytorch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ at the documentation for the Torch-TensorRT ``TensorRTCompileSpec`` API.
3333
3434
spec = {
3535
"forward": torch_tensorrt.ts.TensorRTCompileSpec(
36-
{
36+
**{
3737
"inputs": [torch_tensorrt.Input([1, 3, 300, 300])],
3838
"enabled_precisions": {torch.float, torch.half},
3939
"refit": False,

0 commit comments

Comments
 (0)