Skip to content

Commit 4e6ec44

Browse files
committed
Fix typo
Signed-off-by: Andrzej Kotłowski <andrzej.kotlowski@intel.com>
1 parent 8a0adab commit 4e6ec44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

neural_compressor/jax/quantization/layers_static.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def is_calibrated(self):
148148
"""Check if the observer has valid calibration data.
149149
150150
Returns:
151-
bool: True if calibrated, False if min (and interrnally max) are still at initial values.
151+
bool: True if calibrated, False if min (and internally max) are still at initial values.
152152
"""
153153
return not (jnp.isinf(self.min_val.value).any())
154154

0 commit comments

Comments
 (0)