From d816d70d0cf29b100e5b3967f37b2837d55f41a0 Mon Sep 17 00:00:00 2001 From: dmoodie Date: Tue, 28 Apr 2026 11:35:57 -0400 Subject: [PATCH] don't need this return statement Signed-off-by: dmoodie --- modelopt/onnx/quantization/autotune/benchmark.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modelopt/onnx/quantization/autotune/benchmark.py b/modelopt/onnx/quantization/autotune/benchmark.py index f931ae6c11a..df6dbc877d0 100644 --- a/modelopt/onnx/quantization/autotune/benchmark.py +++ b/modelopt/onnx/quantization/autotune/benchmark.py @@ -220,7 +220,6 @@ def __init__( "Remote autotuning requires '--skipInference' to be set. Adding it to trtexec arguments." ) self.trtexec_args.append("--skipInference") - return except ImportError: self.logger.warning( "Remote autotuning is not supported with TensorRT version < 10.15. "