Commit 617301d
authored
fix: Add filterwarnings ignore for ml-dtypes DeprecationWarning (#2229)
* Add an ignore to filterwarnings to avoid ml_dtypes DeprecationWarning
from use of jaxlib
> DeprecationWarning: ml_dtypes.float8_e4m3b11 is deprecated. Use ml_dtypes.float8_e4m3b11fnuz
ml_dtypes deprecated this behavior in v0.2.0
(https://github.com/jax-ml/ml_dtypes/releases/tag/v0.2.0) and jaxlib
will avoid the deprecation in jaxlib v0.4.12.
- c.f. jax-ml/jax#162771 parent 6bdc501 commit 617301d
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
| |||
0 commit comments