Commit 899d1fd
authored
fix: Access jax.config from jax (#2376)
* As of jax and jaxlib v0.4.20 accessing jax.config from the jax.config
submodule is deprecated and it should be accessed from the jax top
level API instead.
```
>>> from jax.config import config
<stdin>:1: DeprecationWarning: Accessing jax.config via the jax.config submodule is deprecated
```1 parent aa22be9 commit 899d1fd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments