mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Disable the paged_attention test on TPU v5p.
This test is failing in CI. PiperOrigin-RevId: 694574616
This commit is contained in:
parent
631bcd0942
commit
8f169e7fb5
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user