[pallas:mosaic_gpu] Disabled verbose lowering errors in Mosaic GPU tests

PiperOrigin-RevId: 691472782
This commit is contained in:
Sergei Lebedev 2024-10-30 10:36:51 -07:00 committed by jax authors
parent 6283eab2ff
commit 409517fcbc

View File

@ -162,6 +162,7 @@ jax_multiplatform_test(
],
env = {
"JAX_PALLAS_USE_MOSAIC_GPU": "1",
"JAX_PALLAS_VERBOSE_ERRORS": "0",
},
deps = [
"//jax:pallas",