Skip to content

Commit 61b5875

Browse files
author
maxtext authors
committed
Merge pull request #1314 from AI-Hypercomputer:parambole/dependency_update
PiperOrigin-RevId: 733170071
2 parents adfa887 + 89773a3 commit 61b5875

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

MaxText/tests/quantizations_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def test_configure_quantization_is_int8(self):
9999
quant = _configure_quantization(quant_str="int8", mode_str=quant_mode)
100100
self.assertNotEqual(quant, None)
101101

102-
@pytest.mark.skip(reason="b/399968784 Tests are currently flaking / failing due to JAX 0.5.1 upgrade")
102+
@pytest.mark.skip(reason="b/400476456 Tests are currently flaking / failing due to JAX 0.5.1 upgrade")
103103
def test_aqt_quantization(self):
104104
# Without quantization
105105
inputs, res_einsum, res_dg = _apply()

MaxText/tests/train_compile_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def test_moe_dropping_bf16(self):
304304
)
305305
)
306306

307-
@pytest.mark.skip(reason="b/399968784 Tests are currently flaking / failing due to JAX 0.5.1 upgrade")
307+
@pytest.mark.skip(reason="b/400476456 Tests are currently flaking / failing due to JAX 0.5.1 upgrade")
308308
@pytest.mark.tpu_only
309309
def test_moe_dropping_int8(self):
310310
compiled_trainstep_file = "/tmp/test_moe_dropping_int8.pickle"
@@ -391,7 +391,7 @@ def test_moe_dense_bf16(self):
391391
)
392392
)
393393

394-
@pytest.mark.skip(reason="b/399968784 Tests are currently flaking / failing due to JAX 0.5.1 upgrade")
394+
@pytest.mark.skip(reason="b/400476456 Tests are currently flaking / failing due to JAX 0.5.1 upgrade")
395395
@pytest.mark.tpu_only
396396
def test_moe_dense_int8(self):
397397
compiled_trainstep_file = "/tmp/test_moe_dense_int8.pickle"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sentencepiece==0.1.97
2929
tensorflow-text>=2.13.0
3030
tensorflow>=2.13.0
3131
tensorflow-datasets
32-
tensorboardx
32+
tensorboardx>=2.6.2.2
3333
tensorboard-plugin-profile
3434
tiktoken
3535
transformers

requirements_with_jax_stable_stack.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pytype
1414
sentencepiece==0.1.97
1515
tensorflow-text>=2.13.0
1616
tensorflow-datasets
17+
tensorboardx>=2.6.2.2
1718
tiktoken
1819
transformers
1920
mlperf-logging@git+https://github.com/mlperf/logging.git

0 commit comments

Comments
 (0)