Skip to content

Commit 004bf53

Browse files
committed
chore: Address review comment
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 41eae76 commit 004bf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/conversion/conversionctx/ConversionCtx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ConversionCtx::ConversionCtx(BuilderSettings build_settings)
7070
TRTORCH_CHECK(builder->platformHasFastInt8(), "Requested inference in INT8 but platform does not support INT8");
7171
cfg->setFlag(nvinfer1::BuilderFlag::kINT8);
7272
if (!settings.calibrator) {
73-
LOG_WARNING(
73+
LOG_INFO(
7474
"Int8 precision has been enabled but no calibrator provided. This assumes the network has Q/DQ nodes obtained from Quantization aware training. For more details, refer to https://docs.nvidia.com/deeplearning/tensorrt/developer-guide/index.html#work-with-qat-networks");
7575
} else {
7676
cfg->setInt8Calibrator(settings.calibrator);

0 commit comments

Comments
 (0)