Commit 7259d60
authored
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#219231 parent 2e4b930 commit 7259d60
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
230 | 231 | | |
231 | 232 | | |
232 | 233 | | |
| |||
0 commit comments