CI changes

PiperOrigin-RevId: 563754696
This commit is contained in:
Adam Paszke 2023-09-08 08:07:30 -07:00 committed by jax authors
parent 592eb44d7e
commit 832820e8ff

View File

@ -31,6 +31,11 @@ jax_test(
srcs = [
"pallas_test.py",
],
config_tags_overrides = {
"gpu_x32": {
"ondemand": False, # Include in presubmit.
},
},
disable_backends = [
"cpu",
"tpu",