We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4f069 commit 8bacbe0Copy full SHA for 8bacbe0
1 file changed
src/maxtext/layers/quantizations.py
@@ -149,7 +149,7 @@ def _get_rhs_axis_metadata_wrapper(
149
)
150
151
def dot_general_cls(self, mesh_axes: Tuple[str, ...] = ()):
152
- """Returns dot_general configured with aqt params."""
+ """Returns dot_general configured with aqt params"""
153
if isinstance(self.quant_dg, dict):
154
quant_dg, is_tiled, tiling_fn = self._get_mixed_precision_cfg()
155
else:
0 commit comments