We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b341212 commit b18ac49Copy full SHA for b18ac49
1 file changed
tests/integration/decode_tests.py
@@ -203,6 +203,7 @@ def test_decode_topk_sampling(self):
203
204
@pytest.mark.tpu_only
205
@pytest.mark.scheduled_only
206
+ @pytest.mark.skip(reason="Fail due to JAX upgrade, tracked in b/504459487.")
207
def test_tpu_deepseek32(self):
208
decode_main(DecodeTests.CONFIGS["deepseek32"])
209
0 commit comments