From 0f06cd742e7462b04033d21aec7c53f9654ede00 Mon Sep 17 00:00:00 2001 From: Zeeshan Khan Suri <5270999+zshn25@users.noreply.github.com> Date: Wed, 22 Feb 2023 08:25:13 +0100 Subject: [PATCH] Corrected a typo, which was raising an error --- docsrc/tutorials/use_from_pytorch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsrc/tutorials/use_from_pytorch.rst b/docsrc/tutorials/use_from_pytorch.rst index 296e4c3c32..41e81d181b 100644 --- a/docsrc/tutorials/use_from_pytorch.rst +++ b/docsrc/tutorials/use_from_pytorch.rst @@ -33,7 +33,7 @@ at the documentation for the Torch-TensorRT ``TensorRTCompileSpec`` API. spec = { "forward": torch_tensorrt.ts.TensorRTCompileSpec( - { + **{ "inputs": [torch_tensorrt.Input([1, 3, 300, 300])], "enabled_precisions": {torch.float, torch.half}, "refit": False,