From b3cbf1680d3d6acbf27b0f1ebd94d9d56ad8436c Mon Sep 17 00:00:00 2001 From: Nick Fraser Date: Tue, 28 Jan 2025 13:50:23 +0000 Subject: [PATCH] precommit --- src/brevitas/export/common/handler/qcdq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/brevitas/export/common/handler/qcdq.py b/src/brevitas/export/common/handler/qcdq.py index 1951f1be4..2bb37af89 100644 --- a/src/brevitas/export/common/handler/qcdq.py +++ b/src/brevitas/export/common/handler/qcdq.py @@ -792,7 +792,7 @@ def symbolic_execution( output_bit_width = self.symbolic_kwargs['output_bit_width'] narrow_range = self.symbolic_kwargs['narrow_range'] dtype = self.int8_dtype() if signed else self.uint8_dtype() - scale = self.symbolic_kwargs['output_scale'] # Input scale is ignored now + scale = self.symbolic_kwargs['output_scale'] # Input scale is ignored now # If original dtype of scale is (b)float16, store the original scale dtype # and cast the scale and the input to float32 scale_dtype = scale.dtype