Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add filterwarnings for jax.xla_computation DeprecationWarning (#…
…2523) * Add an ignore to filterwarnings to avoid a DeprecationWarning on jax.xla_computation in jax v0.4.30+. > DeprecationWarning: jax.xla_computation is deprecated. > Please use the AOT APIs. - c.f. jax-ml/jax#21923
- Loading branch information