We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30d739c + ddba2c0 commit bd2b688Copy full SHA for bd2b688
1 file changed
MaxText/tests/quantizations_test.py
@@ -105,7 +105,6 @@ def test_configure_quantization_is_int8(self):
105
quant = _configure_quantization(quant_str="int8", mode_str=quant_mode)
106
self.assertNotEqual(quant, None)
107
108
- @pytest.mark.skip(reason="b/400476456 Tests are currently flaking / failing due to JAX 0.5.1 upgrade")
109
def test_aqt_quantization(self):
110
# Without quantization
111
inputs, res_einsum, res_dg = _apply()
0 commit comments