Disable the paged_attention test on TPU v5p.

This test is failing in CI.

PiperOrigin-RevId: 694574616
This commit is contained in:
Peter Hawkins 2024-11-08 11:19:46 -08:00 committed by jax authors
parent 631bcd0942
commit 8f169e7fb5

View File

@ -390,6 +390,9 @@ jax_multiplatform_test(
jax_multiplatform_test(
name = "tpu_paged_attention_kernel_test",
srcs = ["tpu_paged_attention_kernel_test.py"],
disable_configs = [
"tpu_v5p_1x1",
],
enable_backends = ["tpu"],
shard_count = 5,
tags = [