Skip to content

Commit 8bacbe0

Browse files
Update
1 parent ef4f069 commit 8bacbe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxtext/layers/quantizations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def _get_rhs_axis_metadata_wrapper(
149149
)
150150

151151
def dot_general_cls(self, mesh_axes: Tuple[str, ...] = ()):
152-
"""Returns dot_general configured with aqt params."""
152+
"""Returns dot_general configured with aqt params"""
153153
if isinstance(self.quant_dg, dict):
154154
quant_dg, is_tiled, tiling_fn = self._get_mixed_precision_cfg()
155155
else:

0 commit comments

Comments
 (0)